Medium / phantomjs

NPM wrapper for installing phantomjs
Other
1.43k stars 435 forks source link

Install fails on Windows 10 #616

Open lovettchris opened 8 years ago

lovettchris commented 8 years ago

What does ELIFECYCLE mean? Seems like lots of folks are reporting this same error on lots of platforms...

npm ERR! node v4.4.7 npm ERR! npm v2.15.8 npm ERR! code ELIFECYCLE

npm ERR! phantomjs-prebuilt@2.1.12 install: node install.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the phantomjs-prebuilt@2.1.12 install script 'node install.js'. npm ERR! This is most likely a problem with the phantomjs-prebuilt package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node install.js npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs phantomjs-prebuilt npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm ERR! npm owner ls phantomjs-prebuilt npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! D:\git\openmct\npm-debug.log

lovettchris commented 8 years ago

Interesting note, the second "npm install" worked. So seems like some sort of ordering issue during installation...

Rezana20 commented 7 years ago

Has this been fixed?