vue项目运行npm install时报错 npm ERR! phantomjs-prebuilt@2.1.14 install:node install.js 出错原因: 依赖包phantomjs-prebuilt@2.1.16安装失败,跟网络环境有关; 解决方法: 执行以下命令即可安装成功: npm install phantomjs-prebuilt@2.1.14 --ignore-scripts 成功了! 再测试一下 npm install ok!!!