Created
March 15, 2017 18:29
-
-
Save sophiaphillipa/dde73bc65f01d02a69349b8cdc8c01ab to your computer and use it in GitHub Desktop.
Node.Js TIPS
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
For any dificult in update node.Js | |
$ sudo n 6. | |
$ sudo npm install -g [email protected] | |
$ sudo npm install -g npm@next | |
$ sudo n 7. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment