Created
December 6, 2016 18:23
-
-
Save vepo/327a5df5e2b7142e75dcc8493cde1b0b to your computer and use it in GitHub Desktop.
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
Updagrade to lastest | |
sudo npm cache clean -f | |
sudo npm install -g n | |
sudo n stable | |
Downgrade to version | |
sudo npm cache clean -f | |
sudo npm install -g n | |
sudo n <version> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment