Skip to content

Instantly share code, notes, and snippets.

@AkshatJen
Created November 15, 2021 15:50
Show Gist options
  • Save AkshatJen/973ba3c784b4823d7da67667104c22a7 to your computer and use it in GitHub Desktop.
Save AkshatJen/973ba3c784b4823d7da67667104c22a7 to your computer and use it in GitHub Desktop.
update node version to latest in mac
(force) clear you npm cache
`sudo npm cache clean -f `
install n (this might take a while)
`sudo npm install -g n `
upgrade to the current stable version
`sudo n stable `
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment