npm install报错[email protected] postinstall: `node scripts/build.js`

npm install 时报错如下图
npm install报错node-sass@4.14.1 postinstall: `node scripts/build.js`_第1张图片一开始看Error信息:
Error: Can’t find Python executable “python”, you can set the PYTHON env variable.
没有python,太奇怪了,然后找了各种方法也没有解决

后来看可能还是因为node-sass报错:
[email protected] postinstall: node scripts/build.js

然后找了一个解决方法:

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

然后重新install,终于可以了

你可能感兴趣的:(vue.js,node.js,npm)