Skip to content

nvm

目录


参考资料:

nvm

使用:

bash
nvm -v

# 安装 nodejs
nvm install 14.17.0

# 查看已安装的 nodejs
nvm ls

# 查看可安装的 nodejs
nvm ls-remote

# 切换 nodejs 版本
nvm use 14.17.0

# 查看当前使用的 nodejs 版本
node -v

# 卸载 nodejs
nvm uninstall 14.17.0

# 设置默认 nodejs 版本
nvm alias default 14.17.0

Copyright © 2022 田园幻想乡 浙ICP备2021038778号-1