Created
February 14, 2014 06:44
-
-
Save hiroshido/8996757 to your computer and use it in GitHub Desktop.
node.jsをnpmでアップデート ref: http://qiita.com/unamu/items/2cc38fbb743d16d004d7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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