Detailed steps for installing nodejs and npm on centos

Source: Internet
Author: User
Tags centos

Nodejs is quite good. Now I want to use it to synchronize redis and mysql. Here I will record the installation methods of nodejs and npm in centos.

// Install the necessary make and gcc, gcc-c ++ compiler
Yum-y install make gcc-c ++
// Obtain the source code
Wget-c http://nodejs.org/dist/v0.12.0/node-v0.12.0.tar.gz
// Decompress the source code
Tar-zxvf node-v0.8.14.tar.gz
// Compile and install
Cd node-v0.8.14
./Configure
Make & make install
// Create a link. You do not need to add a path when using node.
Ln-s/usr/local/bin/node/usr/bin/node
// Run the npm installation script
Curl https://npmjs.org/install.sh | sudo sh

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.