npm install時,報錯 install: `node install.js`安裝失敗

在執行 npm install時,出現以下錯誤node

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-scriptsnpm

npm install --ignore-scripts
相關文章
相關標籤/搜索