Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save M2shad0w/cc9dab101b348b8faee0 to your computer and use it in GitHub Desktop.
Save M2shad0w/cc9dab101b348b8faee0 to your computer and use it in GitHub Desktop.
升级 npm 和 node 版本
sudo npm update npm -g
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment