npm install 时报 [email protected] 安装失败解决方案 原创 2017年06月14日 16:32:30 2156 错误如下图所示: 对应文字信息:

npm install 时报 [email protected] 安装失败解决方案

原创  2017年06月14日 16:32:30
  • 2156

错误如下图所示:


对应文字信息:

[email protected] install: `node install.js`
Exit status 1

Failed at the [email protected] install script 'node install.js'.
Make sure you have the latest version of node.js and npm installed.
If you do, this is most likely a problem with the phantomjs-prebuilt package,
not with npm itself.
Tell the author that this fails on your system:
    node install.js
You can get information on how to open an issue for this project with:
    npm bugs phantomjs-prebuilt
Or if that isn't available, you can get their info via:
    npm owner ls phantomjs-prebuilt
There is likely additional logging output above.

Please include the following file with any support request:
    D:\workspace\new\duduvoipweb\npm-debug.log


解决方式:

输入dos命令:npm install [email protected] --ignore-scripts

你可能感兴趣的:(node.js)