Skip to content

Instantly share code, notes, and snippets.

@alimranahmed
Last active March 26, 2020 06:23
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 alimranahmed/d753d85561cd07297b9333ce5f3107d6 to your computer and use it in GitHub Desktop.
Save alimranahmed/d753d85561cd07297b9333ce5f3107d6 to your computer and use it in GitHub Desktop.
Guide to Installations and Upgrades

Upgrade npm:

sudo npm install npm@latest -g
npm -v

Upgrade node:

sudo npm cache clean -f
sudo npm install -g n
sudo n stable
node -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment