Ubuntu/DEbian install nodejs

2020-07-19  本文已影响0人  wlianfu
# 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
上一篇 下一篇

猜你喜欢

热点阅读