Windows 安装nvm 下载地址:https://github.com/coreybutler/nvm-windows/releases 安装node # 列出所有node版本 nvm list # 查看当前版本 nvm current # 安装指定版本 nvm install 20 #