Last active
December 17, 2019 08:10
-
-
Save G-Rath/fce481c7a671f7d8689de2e303f75d3e to your computer and use it in GitHub Desktop.
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 apt uninstall nodejs | |
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - | |
sudo apt install node | |
npm i -g npm | |
npx @nodenv/nodenv-installer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment