Skip to content

Instantly share code, notes, and snippets.

@nartoan
Created December 27, 2020 10:55
Show Gist options
  • Save nartoan/3be3a246537decbce9a137791c3a36c2 to your computer and use it in GitHub Desktop.
Save nartoan/3be3a246537decbce9a137791c3a36c2 to your computer and use it in GitHub Desktop.
1. Get nodejs in homepage and push to server)
2. tar -xvf node-v6.11.0-linux-x64.tar.gz
3. set soft link
ln -s /path/to/node-v6.11.0-linux-x64/bin/node /usr/bin/node
ln -s /path/to/node-v6.11.0-linux-x64/bin/npm /usr/bin/npm
ln -s /path/to/node-v6.11.0-linux-x64/bin/node /usr/local/bin/node
ln -s /path/to/node-v6.11.0-linux-x64/bin/npm /usr/local/bin/npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment