src: Github
Installation instructions
Node.js v14.x:
Using Ubuntu
curl -sL https://deb.nodesource.com/setup\_14.x | sudo -E bash -
sudo apt-get install -y nodejs
Using Debian, as root
curl -sL https://deb.nodesource.com/setup\_14.x | bash -
apt-get install -y nodejs
Node.js v13.x:
Using Ubuntu
curl -sL https://deb.nodesource.com/setup\_13.x | sudo -E bash -
sudo apt-get install -y nodejs
Using Debian, as root
curl -sL https://deb.nodesource.com/setup\_13.x | bash -
apt-get install -y nodejs
Node.js v12.x:
Using Ubuntu
curl -sL https://deb.nodesource.com/setup\_12.x | sudo -E bash -
sudo apt-get install -y nodejs
Using Debian, as root
curl -sL https://deb.nodesource.com/setup\_12.x | bash -
apt-get install -y nodejs
Node.js v10.x:
Using Ubuntu
curl -sL https://deb.nodesource.com/setup\_10.x | sudo -E bash -
sudo apt-get install -y nodejs
Using Debian, as root
curl -sL https://deb.nodesource.com/setup\_10.x | bash -
apt-get install -y nodejs
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。