【发布时间】:2019-09-08 12:25:58
【问题描述】:
当我在我的项目 Angular 上安装 npm 时。
node-sass 安装失败。
之后就无法运行ng serve。
npm ERR! node-sass@4.11.0 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@4.11.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
我试过命令:
npm install
npm update
它不起作用。
【问题讨论】: