Windows环境下node-sass安装失败问题

这篇具有很好参考价值的文章主要介绍了Windows环境下node-sass安装失败问题。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

目录

一、环境安装

 二、windows-build-tools依赖安装

三、解决windows-build-tools依赖卡住问题

 四、重新安装node-sass


相信从事vue开发的小伙伴们应该都碰到过sass安装不上的问题,这边详细为大家贴出报错信息,

并给出详细解决方案!

报错信息如下:

npm ERR! code 1
npm ERR! path D:\front_h5\node_modules\node-sass
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node scripts/build.js
npm ERR! Building: F:\nodejs\node.exe D:\front_h5\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp verb cli [
npm ERR! gyp verb cli   'F:\\nodejs\\node.exe',
npm ERR! gyp verb cli   'D:\\front_h5\\node_modules\\node-gyp\\bin\\node-gyp.js',
npm ERR! gyp verb cli   'rebuild',
npm ERR! gyp verb cli   '--verbose',
npm ERR! gyp verb cli   '--libsass_ext=',
npm ERR! gyp verb cli   '--libsass_cflags=',
npm ERR! gyp verb cli   '--libsass_ldflags=',
npm ERR! gyp verb cli   '--libsass_library='
npm ERR! gyp verb cli ]
npm ERR! gyp info using node-gyp@3.8.0
npm ERR! gyp info using node@16.16.0 | win32 | x64
npm ERR! gyp verb command rebuild []
npm ERR! gyp verb command clean []
npm ERR! gyp verb clean removing "build" directory
npm ERR! gyp verb command configure []
npm ERR! gyp verb check python checking for Python executable "python2" in the PATH
npm ERR! gyp verb `which` failed Error: not found: python2
npm ERR! gyp verb `which` failed     at getNotFoundError (D:\front_h5\node_modules\which\which.js:13:12)
npm ERR! gyp verb `which` failed     at F (D:\front_h5\node_modules\which\which.js:68:19)
npm ERR! gyp verb `which` failed     at E (D:\front_h5\node_modules\which\which.js:80:29)
npm ERR! gyp verb `which` failed     at D:\front_h5\node_modules\which\which.js:89:16
npm ERR! gyp verb `which` failed     at D:\front_h5\node_modules\isexe\index.js:42:5
npm ERR! gyp verb `which` failed     at D:\front_h5\node_modules\isexe\windows.js:36:5
npm ERR! gyp verb `which` failed     at FSReqCallback.oncomplete (node:fs:198:21)
npm ERR! gyp verb `which` failed  python2 Error: not found: python2
npm ERR! gyp verb `which` failed     at getNotFoundError (D:\front_h5\node_modules\which\which.js:13:12)
npm ERR! gyp verb `which` failed     at F (D:\front_h5\node_modules\which\which.js:68:19)
npm ERR! gyp verb `which` failed     at E (D:\front_h5\node_modules\which\which.js:80:29)
npm ERR! gyp verb `which` failed     at D:\front_h5\node_modules\which\which.js:89:16
npm ERR! gyp verb `which` failed     at D:\front_h5\node_modules\isexe\index.js:42:5
npm ERR! gyp verb `which` failed     at D:\front_h5\node_modules\isexe\windows.js:36:5
npm ERR! gyp verb `which` failed     at FSReqCallback.oncomplete (node:fs:198:21) {
npm ERR! gyp verb `which` failed   code: 'ENOENT'
npm ERR! gyp verb `which` failed }
npm ERR! gyp verb check python checking for Python executable "python" in the PATH
npm ERR! gyp verb `which` failed Error: not found: python
npm ERR! gyp verb `which` failed     at getNotFoundError (D:\front_h5\node_modules\which\which.js:13:12)
npm ERR! gyp verb `which` failed     at F (D:\front_h5\node_modules\which\which.js:68:19)
npm ERR! gyp verb `which` failed     at E (D:\front_h5\node_modules\which\which.js:80:29)
npm ERR! gyp verb `which` failed     at D:\front_h5\node_modules\which\which.js:89:16
npm ERR! gyp verb `which` failed     at D:\front_h5\node_modules\isexe\index.js:42:5
npm ERR! gyp verb `which` failed     at D:\front_h5\node_modules\isexe\windows.js:36:5
npm ERR! gyp verb `which` failed     at FSReqCallback.oncomplete (node:fs:198:21)
npm ERR! gyp verb `which` failed  python Error: not found: python
npm ERR! gyp verb `which` failed     at getNotFoundError (D:\front_h5\node_modules\which\which.js:13:12)
npm ERR! gyp verb `which` failed     at F (D:\front_h5\node_modules\which\which.js:68:19)
npm ERR! gyp verb `which` failed     at E (D:\front_h5\node_modules\which\which.js:80:29)
npm ERR! gyp verb `which` failed     at D:\front_h5\node_modules\which\which.js:89:16
npm ERR! gyp verb `which` failed     at D:\front_h5\node_modules\isexe\index.js:42:5
npm ERR! gyp verb `which` failed     at D:\front_h5\node_modules\isexe\windows.js:36:5
npm ERR! gyp verb `which` failed     at FSReqCallback.oncomplete (node:fs:198:21) {
npm ERR! gyp verb `which` failed   code: 'ENOENT'
npm ERR! gyp verb `which` failed }
npm ERR! gyp verb could not find "python". checking python launcher
npm ERR! gyp verb could not find "python". guessing location
npm ERR! gyp verb ensuring that file exists: C:\Python27\python.exe
npm ERR! gyp ERR! configure error
npm ERR! gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
npm ERR! gyp ERR! stack     at PythonFinder.failNoPython (D:\front_h5\node_modules\node-gyp\lib\configure.js:484:19)
npm ERR! gyp ERR! stack     at PythonFinder.<anonymous> (D:\front_h5\node_modules\node-gyp\lib\configure.js:509:16)
npm ERR! gyp ERR! stack     at callback (D:\front_h5\node_modules\graceful-fs\polyfills.js:306:20)
npm ERR! gyp ERR! stack     at FSReqCallback.oncomplete (node:fs:198:21)
npm ERR! gyp ERR! System Windows_NT 10.0.22000
npm ERR! gyp ERR! command "F:\\nodejs\\node.exe" "D:\\front_h5\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
npm ERR! gyp ERR! cwd D:\front_h5\node_modules\node-sass
npm ERR! gyp ERR! node -v v16.16.0
npm ERR! gyp ERR! node-gyp -v v3.8.0
npm ERR! gyp ERR! not ok
npm ERR! Build failed with error code: 1

这是因为我们电脑本地环境缺失所导致的安装失败问题。

一、环境安装

所需要的环境为

node  v16.16.0
npm   8.11.0

Python 2.7.15

python下载地址:https://www.python.org/ftp/python/2.7.15/python-2.7.15.amd64.msi

node下载地址:https://nodejs.org/download/release/v16.16.0/node-v16.16.0-x64.msi

node环境安装此处不再赘述,看下python的环境安装步骤

Windows环境下node-sass安装失败问题,windows,sass,npm,vue.js,vueWindows环境下node-sass安装失败问题,windows,sass,npm,vue.js,vue

安装完毕后验证python版本

PS C:\WINDOWS\system32> python -V
Python 2.7.15

 二、windows-build-tools依赖安装

windows-build-tools安装一般都会卡住,这是因为这个依赖的脚本本身有问题。这个问题在github

的issue中可以找到相关描述:

链接:https://github.com/felixrieseberg/windows-build-tools/issues/244

安装命令如下:

npm install --global windows-build-tools

 通常会卡在如图位置:

Windows环境下node-sass安装失败问题,windows,sass,npm,vue.js,vue

三、解决windows-build-tools依赖卡住问题

 解决步骤如下:
1、在用户temp文件夹下找到最新的dd_installer_xxx.log文件

Windows环境下node-sass安装失败问题,windows,sass,npm,vue.js,vue
2、查看此文件内容,确保日志输出了Closing the installer with exit code 0

Windows环境下node-sass安装失败问题,windows,sass,npm,vue.js,vue
3、用vscode打开你本地的temp文件夹,并在目录下创建一个dd_client_.log文件

Windows环境下node-sass安装失败问题,windows,sass,npm,vue.js,vue
4、在dd_client_.log文件中添加

Closing installer. Return code: 3010.

并ctrl+s保存。

5、重新运行npm install --global windows-build-tools命令便可以顺利安装成功!
Windows环境下node-sass安装失败问题,windows,sass,npm,vue.js,vue

 四、重新安装node-sass

 重新运行npm install node-sass --save命令文章来源地址https://www.toymoban.com/news/detail-707537.html

到了这里,关于Windows环境下node-sass安装失败问题的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • 一篇文章教你解决node-sass 4.12.0 安装失败,一劳永逸

    已知: 使用mac电脑 使用的node版本是v14.20.0 问题:在安装node-sass 4.12.0的时候报错如下  看到这一堆错误,千万不要立马复制粘贴到浏览器去搜,感觉像无头苍蝇乱撞,好歹稍微看一下什么意思。 显而易见是有一个文档404not found,那么我们具体看一下  https://github.com/sass/node

    2024年02月01日
    浏览(41)
  • 解决node升级到18版本node-sass安装问题

    为了研究下chatgpt,node升级到18版本了,结果之前的项目都gg了,跑不起来了,一看就是node-sass不被支持了,版本要更新,解决方案如下: 首先系统环境变量增加一项: 修改对应项目里面的package.json的node-sass和sass-loader版本号: 删除项目的package.json.lock和yarn.lock这两个文件,最

    2024年02月11日
    浏览(44)
  • 安装node-sass失败 或 npm install Error: not found: python2 解决方案

    1. 安装python2 可以用npm命令安装 也可以自行下载安装 Python 2.7 2. 安装完毕后配置环境变量 3.再配置一下版本 node-sass 实在太坑了,之前遇到安装失败使用方法一完美解决。最近又一次遇到了,但是方法一又无效了。于是我又在网上找到另一个方法,就是用 dart-sass 来替换 node

    2024年02月13日
    浏览(92)
  • mac电脑安装依赖 node-sass版本不支持问题 Error: node-sass@4.9.0 postinstall: `node scripts/build.js`

    遇到的问题 在vue项目安装依赖之后报错 : Error: node-sass@4.9.0 postinstall: node scripts/build.js 如下图 根本原因: npm缓存问题 解决办法: 打开终端 清除npm缓存 删除之前的node-modules 重新安装依赖 然后就成功啦 ** ** ** ** ** 记录一下坎坷历程: 百度了好久 发现node-sass4.14.1我安装不了

    2024年02月13日
    浏览(52)
  • 解决高本版node安装依赖node-sass与当前node版本不兼容的问题

    安装项目依赖是会遇到这些报错 error D:Testzjfoodnode_modulesnode-sass: Command failed. gyp ERR! cwd D:Testzjfoodnode_modulesnode-sass gyp ERR! node -v v16.13.2 gyp ERR! node-gyp -v v3.8.0 出现这些报错的原因是当前node版本与package.json中node-sass版本不对应,导致安装失败    当前node版本是16.13.2,而package.

    2024年02月10日
    浏览(107)
  • 快速解决 npm 安装 node-sass 速度慢/错误的问题(nexus私服问题见上一篇博客)

    这通常是因为 node-sass 包中包含有本地二进制文件( _binding.node ),而在某些情况下,下载过程可能会失败。 以下是一些可能的解决方法: 1. 使用淘宝镜像 你可以尝试使用淘宝的 cnpm 命令行工具,该工具使用淘宝的镜像源,可以解决部分下载问题。首先,安装 cnpm : 然后使

    2024年02月03日
    浏览(55)
  • 项目依赖安装node-sass@^4.14.1 run “node scripts/install.js“报错问题解决

    很久没运行的项目突然依赖下载报错,让我很头疼,之前都是运行正常的,于是就是开找解决办法。 依赖下载遇到的报错!!! scripts.install node-sass@^4.14.1 run “node scripts/install.js”: 大概意思就是这个地址已经不能下载了,需要你下载到本地并且做一个代理: 第一步: nod

    2024年02月20日
    浏览(68)
  • node-sass生产环境编译报错

    本地和local环境正常,pre和生产环境编译报错 local、pre、生产的编译环境一样,node版本都是14.16.1。拷贝本地node_modules文件夹到pre同样报错。 应该是node-sass和node的版本问题,但是又找不到问题,最后没办法把node-sass换成了sass 1、node-sass换成sass 2、全局替换 /deep/ = ::v-deep 3、e

    2024年03月12日
    浏览(40)
  • node-sass版本问题

    NodeJS和Supported node-sass version https://www.npmjs.com/package/node-sass sass-loader 官网各种版本详细信息(可支持的node-saas版本) https://github.com/webpack-contrib/sass-loader/releases 卸载掉本机node-sass sass-loader,卸载不掉的话手动删掉         sass-loader 4.1.1,node-sass 4.3.0         sass-loader 7.0.3,n

    2024年02月07日
    浏览(49)
  • vue 中node-sass和sass版本问题解决

    先开始使用 “node-sass”: “^7.0.1” “sass-loader”: “^10.0.5” 然后使用npm install报错 后面百度,搜到了是因为 node-sass和sass-loader版本不对应造成。 然后修改版本,增加sass引用 “node-sass”: “^7.0.1” “sass-loader”: “^7.3.1”, “sass”:“1.26.5”, 然后npm install安装正确,但是npm r

    2024年02月11日
    浏览(56)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包