Skip to content

Instantly share code, notes, and snippets.

@jtbonhomme
Created December 5, 2015 21:01
Show Gist options
  • Save jtbonhomme/3d3a907e5f0c2b3e97f0 to your computer and use it in GitHub Desktop.
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.
npm uninstall -g phantomjs
npm cache clean -f
brew upgrade nodejs
rm -rf node_modules
npm install -g YOUR_GLOBAL_DEPENDENCIES
npm install
@jtbonhomme
Copy link
Author

npm list --global=true --depth=0
/usr/local/lib
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] (git+https://github.com/kanongil/node-hls-tools.git#1876ff844bc8bcc77d2f2faaafbbc350df8037b7)
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment