Skip to content

Instantly share code, notes, and snippets.

@luizcalaca
Created June 10, 2023 13:28
Show Gist options
  • Save luizcalaca/c6580c951f1259217319d6661ccdad26 to your computer and use it in GitHub Desktop.
Save luizcalaca/c6580c951f1259217319d6661ccdad26 to your computer and use it in GitHub Desktop.
Updating Node.js
$ node -v
$ sudo npm install -g n
(Use this command to install the stable node release.)
$ sudo n stable
(Use this command to install/update the latest node release.)
$ sudo n latest
(Use this command to install/update the latest LTS node release.)
$ sudo n lts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment