npm install时,报错 install: `node install.js`安装失败

时间:2021-09-01 17:05:41   收藏:0   阅读:23
npm ERR! phantomjs-prebuilt@2.1.14 install: `node install.js`
 
npm ERR! Exit status 1
 
npm ERR!
 
npm ERR! Failed at the phantomjs-prebuilt@2.1.14 install script ‘node install.js

  

应该在命令后加参数 --ignore-scripts

 
npm install --ignore-scripts

原文:https://www.cnblogs.com/jiangchongwei/p/15209424.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!