npm install报错node-sass@4.14.1 postinstall: `node scripts/build.js`

npm install 时报错npm install报错node-sass@4.14.1 postinstall: `node scripts/build.js`如下图

一开始看Error信息:
Error: Can’t find Python executable “python”, you can set the PYTHON env variable.
没有python,太奇怪了,然后找了各种方法也没有解决

后来看可能还是因为node-sass报错:
node-sass@4.14.1 postinstall: node scripts/build.js

然后找了一个解决方法:

npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass

然后重新install,终于可以了 

上一篇:AUTOSAR LIN STACK Configuration


下一篇:SQL与数据库编程学习笔记-day2