项目npm install时报错phantomjs-prebuilt@2.1.16安装失败
·
问题:
通过git clone命令克隆项目后,运行npm install安装项目所需的依赖包时,出现如下错误:Failed at the phantomjs-prebuilt@2.1.16 install script,意思就是phantomjs-prebuilt@2.1.16安装失败,如图所示:
解决方法:
执行npm install phantomjs-prebuilt@2.1.16 --ignore-scripts命令用来安装phantomjs-prebuilt@2.1.16,–ignore-scripts参数用于npm install在安装phantomjs-prebuilt@2.1.16时忽略package.json中设置的脚本,意思就是避免package.json中的脚本影响包的正常安装。
参考文献:
[1] npm install 时总是报phantomjs-prebuilt@2.1.14安装失败
[2] npm-install
更多推荐
已为社区贡献1条内容
所有评论(0)