Skip to content

fnm

常见命令

bash
# 查看已安装版本
fnm list

# 安装版本
fnm install <node_version>

# 设置默认版本
fnm default <node_version>

# 临时版本
fnm use <node_version>

# 卸载版本
fnm uninstall <node_version>

基于 MIT 许可发布