Skip to content

Instantly share code, notes, and snippets.

@varmil
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save varmil/bdc0ba570ba47e9a013d to your computer and use it in GitHub Desktop.
Save varmil/bdc0ba570ba47e9a013d to your computer and use it in GitHub Desktop.
node0.12.7 で casperjs@1.1.0-beta3 をnpmにて正しくインストールする方法(Mac + nodebrew) ref: http://qiita.com/varmil/items/e0b97e6879945ede596a
PHANTOMJS_EXECUTABLE=$HOME/.nodebrew/current/lib/node_modules/casperjs/node_modules/phantomjs/bin/phantomjs
npm ERR! notarget No compatible version found: casperjs@'*'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["1.1.0-beta2","1.1.0-beta3"]
npm ERR! notarget
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment