Note for study

Home Archives
2019-04-09

How to install node on Ubuntu

Node.js v11.x:

1
2
$ curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash -
$ sudo apt-get install -y nodejs

Node.js v10.x:

1
2
$ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
$ sudo apt-get install -y nodejs

Share
  • Ubuntu
Newer
How to install docker on Ubuntu 16.04
Older
Hello World

Tags

  • Ubuntu

Tag Cloud

Ubuntu

Archives

  • April 2019

Recent Posts

  • Ubuntu usage note
  • bitbake常用命令
  • Linux添加swap交换分区(虚拟内存)
  • Use ubuntu in docker
  • How to install docker on Ubuntu 16.04
© 2019 Wenlong
Powered by Hexo
Home Archives