Created
December 5, 2015 21:01
-
-
Save jtbonhomme/3d3a907e5f0c2b3e97f0 to your computer and use it in GitHub Desktop.
ERROR [launcher]: No binary for PhantomJS browser on your platform. Please, set "PHANTOMJS_BIN" env variable.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm uninstall -g phantomjs | |
npm cache clean -f | |
brew upgrade nodejs | |
rm -rf node_modules | |
npm install -g YOUR_GLOBAL_DEPENDENCIES | |
npm install |
Author
jtbonhomme
commented
Dec 5, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment