问题:npm install 遇到下面的问题
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@4.12.0 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@4.12.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
- 删了node_modules和package-lock.json
- 清理了cache重装 (npm cache clear --force),
- 重装最后还是失败
后来看了下是node的版本不对
我用的是node 14的版本,node-sass却还是12,所以,我把package.json的node-sass也改成14,然后再安装就成功了
以下是node-sass和node的版本关系
发表评论
所有评论(0)