Skip to content

Instantly share code, notes, and snippets.

@martinusso
Created July 7, 2020 16:52
Show Gist options
  • Select an option

  • Save martinusso/ccf81f9c97ba05576183e22491b606d0 to your computer and use it in GitHub Desktop.

Select an option

Save martinusso/ccf81f9c97ba05576183e22491b606d0 to your computer and use it in GitHub Desktop.
front

nodejs

Use n module from npm in order to upgrade node

sudo npm cache clean -f
sudo npm install -g n
sudo n stable

To upgrade to latest version (and not current stable) version, you can use

sudo n latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment