一开始看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
然后找了一个解决方法:
1.npm config set sass_binary_site=https://npm.taobao.org/mirror/node-sass
2.然后重新npm install 就可以了