Skip to content

Instantly share code, notes, and snippets.

@vepo
Created December 6, 2016 18:23
Show Gist options
  • Save vepo/327a5df5e2b7142e75dcc8493cde1b0b to your computer and use it in GitHub Desktop.
Save vepo/327a5df5e2b7142e75dcc8493cde1b0b to your computer and use it in GitHub Desktop.
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