npm install报错node-sass@4.14.1 postinstall: `node scripts/build.js`
npm install 时报错如下图一开始看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 scrip
·
npm install 时报错如下图
一开始看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,终于可以了
更多推荐
已为社区贡献1条内容
所有评论(0)