Failed at the node-sass@4.14.1 postinstall script. npm ERR! This is probably not a problem with npm

大城市里の小女人 提交于 2020-10-15 03:57:19

报错信息:

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@4.14.0 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@4.14.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

解决方案:直接在当前目录下进行node-sass 的数据源设置

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

再次执行:

npm i

 

 

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!