$ 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