Skip to content

Instantly share code, notes, and snippets.

@marti1125
Created July 4, 2015 06:05
Show Gist options
  • Save marti1125/8c25d87b921e6275ef7e to your computer and use it in GitHub Desktop.
Save marti1125/8c25d87b921e6275ef7e to your computer and use it in GitHub Desktop.
install nodejs from source
remove all version of node
sudo make uninstall
tar -xvzf
./configure && make && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment