nvm的基本使用命令

170 阅读1分钟

nvm list 列出所有安装的node版本

nvm use xxx 切换node版本

nvm alias default xxx 切换node默认版本

nvm install xxx 安装node某个版本