phantomjs-prebuilt@2.1.14 install: `node install.js`

在用vue-cli构建项目时,npm install 安装包的时候报错了。

错误信息:

npm ERR! Failed at the phantomjs-prebuilt@2.1.14 install script 'node install.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.

依赖包phantomjs-prebuilt@2.1.14安装失败 跟网络有关系

解决方案:

1、搭*(vpn)安装(速度奇慢,可能跟我网络有关,半个小时装了这么点)

  phantomjs-prebuilt@2.1.14 install: `node install.js`

2、下载phantomjs-2.1.1-windows.zip包,放到上图saving to的文件目录里,再次运行npm install 就妥妥的了。

上一篇:建议入门-用ArcMap进行空间查询与空间连接


下一篇:Python中使用面状矢量裁剪栅格影像,并依据Value值更改矢量属性