Skip to content

Instantly share code, notes, and snippets.

@bluerabbit
Created February 27, 2013 03:44
Show Gist options
  • Select an option

  • Save bluerabbit/5044866 to your computer and use it in GitHub Desktop.

Select an option

Save bluerabbit/5044866 to your computer and use it in GitHub Desktop.
node jshintを使う
$ curl https://raw.github.com/hokaccha/nodebrew/master/nodebrew | perl - setup
$ nodebrew install latest
$ nodebrew use v0.9.10
$ node -v
$ npm install -g jshint
$ echo "var x = 1" > error.js
$ jshint error.js
error.js: line 1, col 10, Missing semicolon.

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