Last active
September 17, 2015 14:18
-
-
Save Benzi/cd4017bc35219457f4b2 to your computer and use it in GitHub Desktop.
Use this to upgrade node.js (version 4.1.0) - ubuntu
This file contains hidden or 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 4.1.0 && node -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment