Skip to content

Instantly share code, notes, and snippets.

@gusalbukrk
Last active December 24, 2021 23:01
Show Gist options
  • Save gusalbukrk/642a2693b64124121c921fd37945ac61 to your computer and use it in GitHub Desktop.
Save gusalbukrk/642a2693b64124121c921fd37945ac61 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

Install example

  • curl -fsSL https://deb.nodesource.com/setup_16.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