# 2021-01-07 #「Node.js」- 安装(Debian)

服务器   发布日期:2023年05月29日   浏览次数:232

Node.js 15.x on Debian GNU/Linux 10 (buster)

distributions/README.md at master · nodesource/distributions

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_15.x | bash -
apt-get install -y nodejs

Node.js v12.x on Debian

# 08/13/2019

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_12.x | bash -
apt-get install -y nodejs

参考文献

K4NZ/安装(Debian)
How To Install Latest Nodejs on CentOS/RHEL 7/6
NodeSource Node.js Binary Distributions


以上就是# 2021-01-07 #「Node.js」- 安装(Debian)的详细内容,更多关于# 2021-01-07 #「Node.js」- 安装(Debian)的资料请关注九品源码其它相关文章!