Skip to content

环境 - nodejs安装

https://nodejs.org/zh-cn/download

https://nodejs.org/zh-cn/download/archive/v24.13.0

bash
#ubuntu安装指定版本nodejs
$ curl -fsSL https://deb.nodesource.com/setup_24.x | bash -
$ apt install nodejs
bash
npm config set registry https://registry.npmmirror.com

上次更新时间:

最近更新