当前位置:   article > 正文

npm install报错Cannot download "https://github.com/sass/node-sass/releases/download/v4.12.0/win32-x64-_npm install cannot download

npm install cannot download
npm install 报错,一大片红色ERR:

看到前面有一句:
Cannot download “https://github.com/sass/node-sass/releases/download/v4.12.0/win32-x64-64_binding.node”:

gyp ERR! stack Error: Can’t find Python executable “python”, you can set the PYTHON env variable.
在这里插入图片描述在这里插入图片描述
网上找贴,解决方案,亲测有效:

(1)运行: npm uninstall node-sass 卸载安装失败的node-sass
(2)运行: npm install -g node-gyp
(3)运行: npm install --global --production windows-build-tools

注:可能报很多npm ERR!,我没管,后面依旧能运行。

(4)运行: npm install node-sass 重新安装
(5)最后重新运行:npm install 即可

在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/weixin_40725706/article/detail/174579
推荐阅读
相关标签
  

闽ICP备14008679号