Created
February 2, 2023 09:33
-
-
Save fbatiga/b3718e1491234d02c1591c9a98d6af09 to your computer and use it in GitHub Desktop.
node version updater script
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
| sudo rm /etc/apt/sources.list.d/nodesource.list | |
| sudo curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - | |
| sudo apt install -y nodejs | |
| sudo node -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment