Created
December 27, 2020 10:55
-
-
Save nartoan/3be3a246537decbce9a137791c3a36c2 to your computer and use it in GitHub Desktop.
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
| 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