Node. js has an installation file in windows, which can be directly followed by the next step. However, we all know that node. js will always encounter some problems in windows, so we will use linux.
We can see that node. js is compiled and installed almost in linux on the Internet. It is strange that the official website directly contains the node. js linux binaries file. Directly decompress the file and copy it to a directory,
The path is OK.
1. sudo cp-r node-v0.10.28/opt/node
2. sudo vi/etc/profile. d/node. sh
3. node. sh file content:
Export NODE_HOME =/opt/nodeexport PATH = $ PATH: $ NODE_HOME/binexport NODE_PATH = $ PATH: $ NODE_HOME/lib/node_modules
4. Restart your computer
Tip: there are many ways to add a path. This document uses the. sh file method. This method is very convenient. Delete the. sh file when canceling the configuration, but you need to restart the computer. If you want to use other methods, you can use Google.