Created
June 20, 2017 14:46
-
-
Save musale/c362d986b78a2be14af6ce719f7cb9e1 to your computer and use it in GitHub Desktop.
Remove and re-install node on arch linux
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 pacman -Rsc -n nodejs | |
sudo pacman -Sy nodejs | |
sudo pacman -Sy npm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment