错误如下图所示:

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


对应文字信息:

[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

相关文章:

  • 2022-12-23
  • 2022-02-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-27
  • 2022-12-23
猜你喜欢
  • 2022-01-08
  • 2021-06-06
  • 2021-06-15
  • 2021-06-17
  • 2022-12-23
  • 2021-07-29
  • 2021-05-10
相关资源
相似解决方案