Ubuntu node. js Binaries installation (Binary File Installation)

Source: Internet
Author: User

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.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.