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

Posted xiterjia

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了转:npm install 时总是报phantomjs-prebuilt@2.1.14安装失败相关的知识,希望对你有一定的参考价值。

该文章转自:http://www.cnblogs.com/alice626/p/6206722.html

在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.14安装失败的主要内容,如果未能解决你的问题,请参考以下文章

[转]npm中package-lock.json的作用:npm install安装时使用

[转]npm中package-lock.json的作用:npm install安装时使用

解决在部署前端Vue框架项目时,使用npm install和yarn install安装插件报错

解决在部署前端Vue框架项目时,使用npm install和yarn install安装插件报错

npm install总是卡住不动

Vue 创建脚手架项目报 command failed: npm install –loglevel error