Skip to content

Instantly share code, notes, and snippets.

@gustavoalbuquerquebr
Last active January 20, 2021 11:24
Show Gist options
  • Save gustavoalbuquerquebr/4bc05f701208d4e1fc864f761e0a18c6 to your computer and use it in GitHub Desktop.
Save gustavoalbuquerquebr/4bc05f701208d4e1fc864f761e0a18c6 to your computer and use it in GitHub Desktop.
#node #install

Install NodeJS in Ubuntu

1 - apt install nodejs

  • Usually is outdated.

2 - NodeSource

Source

  • curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
  • sudo apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment