Skip to content

Instantly share code, notes, and snippets.

@banta
Last active September 16, 2019 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save banta/052e503967429c7c4134bf8613f94738 to your computer and use it in GitHub Desktop.
Save banta/052e503967429c7c4134bf8613f94738 to your computer and use it in GitHub Desktop.
install nodejs
wget https://nodejs.org/dist/latest-v10.x/node-v10.16.3.tar.xz
tar xf node-v10.16.3.tar.xz
sudo mv node-v10.16.3 /usr/local/nodejs
sudo export PATH=$PATH:/usr/local/nodejs/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment