Created
April 28, 2020 20:29
-
-
Save harshityadav95/275df9dd3cb4cad41c3473263d988acf to your computer and use it in GitHub Desktop.
installing Latest Version of Node.js on Ubuntu 20.04 LTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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