Skip to content

Instantly share code, notes, and snippets.

@harshityadav95
Created April 28, 2020 20:29
Show Gist options
  • Save harshityadav95/275df9dd3cb4cad41c3473263d988acf to your computer and use it in GitHub Desktop.
Save harshityadav95/275df9dd3cb4cad41c3473263d988acf to your computer and use it in GitHub Desktop.
installing Latest Version of Node.js on Ubuntu 20.04 LTS
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment