This article was transferred from: http://www.cnblogs.com/alice626/p/6206722.html
The following error is always reported at NPM Install,
Try to install separately: NPM install [email protected] or error
Please report the full log at HTTPS://GITHUB.COM/MEDIUM/PHANTOMJS
NPM err! Darwin 15.0.0
NPM err! argv "/usr/local/bin/node " "/USR/LOCAL/BIN/NPM" "Install"
NPM err! node v4.4.3
NPM err! npm v3.10.9
NPM err! code elifecycle
NPM err! [Email protected] Install: ' node install.js '
NPM err! Exit status 1
NPM err!
NPM err! Failed at the [email protected] Install script ' node Install.js
Finally, the installation succeeds with the following command:
NPM install [email protected]--ignore-scripts
Related references
Http://stackoverflow.com/questions/40992231/failed-at-the-phantomjs-prebuilt2-1-13-install-script-node-install-js
Go: npm install always reported [email protected] installation failed