Skip to content

Instantly share code, notes, and snippets.

@musale
Created June 20, 2017 14:46
Show Gist options
  • Save musale/c362d986b78a2be14af6ce719f7cb9e1 to your computer and use it in GitHub Desktop.
Save musale/c362d986b78a2be14af6ce719f7cb9e1 to your computer and use it in GitHub Desktop.
Remove and re-install node on arch linux
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