问题:
通过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

Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐