Ubuntu 安装nodejs

2017-09-14  本文已影响0人  azim

Using Ubuntu

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

Using Debian, as root

curl -sL https://deb.nodesource.com/setup_6.x | bash -
apt-get install -y nodejs

上一篇 下一篇

猜你喜欢

热点阅读