环境 - 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 nodejsbash
npm config set registry https://registry.npmmirror.com