Install node. js and ubuntu14.04node. js in ubuntu14.04

Source: Internet
Author: User
Tags install node

Install node. js and ubuntu14.04node. js in ubuntu14.04

After checking on the Internet, a node-v0.12.7-linux-x64.tar.gz file is first downloaded, decompress it in the/home/node path, and add the following command to/etc/profile:

Export NODE_HOME =/home/node/node-v0.12.7-linux-x64
Export PATH = $ PATH: $ NODE_HOME/bin
Export NODE_PATH = $ NODE_HOME/lib/node_modules

Configure the environment variables and then execute

Source/etc/profile

Make the profile take effect immediately, and then run the node-v command to check whether the node version works. The above three lines of code directly executed on the terminal did not work, and later I found the following method:

 

The Node. js version that comes with Ubuntu 14.04 is too old. You need to add Node. js PPA to install the latest Node. js version. Run the following command on the terminal:

Sudo add-apt-repository ppa: chris-lea/node. jssudo apt-get updatesudo apt-get install nodejs

After the installation is complete, run the node-v command and find that the installation is successful.

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.