Skip to content

Instantly share code, notes, and snippets.

@hiroshido
Created February 14, 2014 06:44
Show Gist options
  • Save hiroshido/8996757 to your computer and use it in GitHub Desktop.
Save hiroshido/8996757 to your computer and use it in GitHub Desktop.
node.jsをnpmでアップデート ref: http://qiita.com/unamu/items/2cc38fbb743d16d004d7
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
$ node -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment