关于使用nvm工具管理多个版本node的使用 小小丹 2023-10-24 71 阅读1分钟 问题:多个项目可能需要不同版本的node 常用指令: nvm ls nvm install @x.x.x nvm alias default @x.x.x