阅读 617

npm install 时总是报phantomjs-prebuilt@2.1.16安装失败

标签:错误   life   repo   post   npm   bin   report   git   script   

转:npm install 时总是报phantomjs-prebuilt@2.1.14安装失败

 

在npm install时总是报如下错误,

尝试单独安装:npm install phantomjs-prebuilt@2.1.14 还是报错

 

Please report this full log at https://github.com/Medium/phantomjs

npm ERR! Darwin 15.0.0

npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"

npm ERR! node v4.4.3

npm ERR! npm  v3.10.9

npm ERR! code ELIFECYCLE

 

npm ERR! phantomjs-prebuilt@2.1.14 install: `node install.js`

npm ERR! Exit status 1

npm ERR! 

npm ERR! Failed at the phantomjs-prebuilt@2.1.14 install script ‘node install.js

 

最后通过以下命令安装成功: 

npm install phantomjs-prebuilt@2.1.14 --ignore-scripts

 

相关参考资料

http://stackoverflow.com/questions/40992231/failed-at-the-phantomjs-prebuilt2-1-13-install-script-node-install-js

 

npm install 时总是报phantomjs-prebuilt@2.1.16安装失败

标签:错误   life   repo   post   npm   bin   report   git   script   

原文地址:https://www.cnblogs.com/little-kwy/p/14336501.html


文章分类
后端
版权声明:本站是系统测试站点,无实际运营。本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 XXXXXXo@163.com 举报,一经查实,本站将立刻删除。
相关推荐