报错信息如下:
npm ERR! code ELIFECYCLE
npm ERR! errno 1npm ERR! phantomjs-prebuilt@2.1.16 install:
node install.jsnpm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the phantomjs-prebuilt@2.1.16 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
解决办法:
先执行 npm install phantomjs-prebuilt@2.1.16 --ignore-scripts 命令,注意--ignore-scripts之前的空格,不是连在一起的,网上很多文章都是连在一起的!
然后再重新安装就可以了。
安装参考:https://www.cnblogs.com/hts-technology/p/8477258.html,感谢作者!

本文介绍了解决phantomjs-prebuilt安装时遇到的npm ERR! code ELIFECYCLE错误的方法。首先通过npminstall命令加上--ignore-scripts选项来规避问题,之后再正常安装。该解决方案适用于因安装脚本导致的问题。
1万+

被折叠的 条评论
为什么被折叠?



