下载 Node.js®
以您喜欢的方式下载 Node.js。
在 上使用 安装 Node.js
# download and install Node.js (you may need to restart the terminal)
nvm install 23
# verifies the right Node.js version is in the environment
node -v # should print "v23.6.0"
# verifies the right npm version is in the environment
npm -v # should print "10.9.2"
如果您遇到问题,请联系包管理器的维护者。
Node.js 已包含 npm (10.9.2)。
阅读关于 此版本 的更新日志。
阅读关于 此版本 的博客文章。
学习如何 验证签名的 SHASUMS。
查看其他社区支持的 软件包管理器。