0
点赞
收藏
分享

微信扫一扫

npm ERR! code ELIFECYCLE npm ERR! errno 1

代码小姐 2022-07-18 阅读 83


pm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! phantomjs-prebuilt@2.1.15 install: `node install.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the phantomjs-prebuilt@2.1.15 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
 

解决方法:进入项目目录,运行命令:

npm install --save-dev node-sass

 

举报

相关推荐

0 条评论