node: nvm方式安装node

一,nvm安装node

$ nvm install 24
Downloading and installing node v24.13.0...
Downloading https://nodejs.org/dist/v24.13.0/node-v24.13.0-linux-x64.tar.xz...
#################################################################################### 100.0%
Computing checksum with sha256sum
Checksums matched!
Now using node v24.13.0 (npm v11.6.2)

二,查看效果:

$ node -v
v24.13.0
$ npm -v
11.6.2

 

posted @ 2026-02-03 16:41  刘宏缔的架构森林  阅读(5)  评论(0)    收藏  举报