Skip to content

Instantly share code, notes, and snippets.

@gagimilicevic
Created May 3, 2022 14:46
Show Gist options
  • Save gagimilicevic/5d4e0ee9aebd57e58b9877eed723fc7b to your computer and use it in GitHub Desktop.
Save gagimilicevic/5d4e0ee9aebd57e58b9877eed723fc7b to your computer and use it in GitHub Desktop.
Upgrading Node.js to latest version
npm cache clean -f
npm install -g n
n stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment