码迷,mamicode.com
首页 > 其他好文 > 详细

node-sass 下载失败 解决方案

时间:2020-02-25 19:55:40      阅读:57      评论:0      收藏:0      [点我收藏+]

标签:variable   ofo   python   env   变量   loader   下载   conf   node   

//建议不要用cnpm 安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
npm install --registry=https://registry.npm.taobao.org

 

试过上面方法还不行的同学 ,可以把package.json中的node-scss依赖改为:"node-sass": "^4.5.0",

 

npm install --registry=https://registry.npm.taobao.org执行的时候,
出现错误
gyp ERR! configure error
gyp ERR! stack Error: Can‘t find Python executable "python", you can set the PYTHON env variable.
然后又去下载python2安装后设置了环境变量,
然后又重新执行npm install --registry=https://registry.npm.taobao.org
启动项目,一直报没有sass-loader和node-sass模块,
然后我的解决方案是分别执行这两条命令:
1、npm install sass-loader --save-dev
2、npm install node-sass --save-dev

node-sass 下载失败 解决方案

标签:variable   ofo   python   env   变量   loader   下载   conf   node   

原文地址:https://www.cnblogs.com/zhouhua815/p/12363243.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!