Skip to content

nvm

Node 版本管理器(Node Version Manager),类似 Python 的 conda。

安装:https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating

sh
# 安装指定版本
nvm install 20
# 使用指定版本
nvm use 20