npm install 报错
报错信息
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@xxxx postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@xxxx postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
处理过程
删除文件 package-lock.json,
删除文件夹 node_modules,
设置:
npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass
重新构建
npm install
https://blog.youkuaiyun.com/shine_a/article/details/103133384
https://stackoverflow.com/questions/48298361/npm-install-failed-at-the-node-sass4-5-0-postinstall-script