Install Nodejs on Ubuntu and make it run automatically __js

Source: Internet
Author: User

Environment: Ubuntu 14.04

Note: Do not use sudo apt-get install NPM Nodejs, the above version is very old, running up there will be a lot of inexplicable problems

To the official website http://nodejs.cn/download/downloads the new release file, after decompression enters the bin directory, creates the soft link

sudo ln-s/home/ubuntu/node-v8.9.3-linux-x64/bin/node/usr/local/bin/node
sudo ln-s/home/ubuntu/ NODE-V8.9.3-LINUX-X64/BIN/NPM/USR/LOCAL/BIN/NPM
sudo ln-s/home/ubuntu/node-v8.9.3-linux-x64/bin/node/usr/ Bin/node
sudo ln-s/home/ubuntu/node-v8.9.3-linux-x64/bin/npm/usr/bin/npm

In addition, open the Command line window to perform node-v and npm-v to see if there are any installation successes.

Switch source for Taobao source

NPM Config Set Registry http://registry.npm.taobao.org/

Then download the installation: NPM install

Start Ubuntu automatic application startup applications preference. Click "Add" to add a new startup entry, adding the command you want to execute

For example: "Node/home/ubuntu/source/rosapi/app.js"



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.