Skip to content

node 使用

安装工具 n

shell
npm i -g n

想看 node 本地版本列表

shell
n list

升级 node 版本到最新版

shell
n latest

升级 node 版本到最新稳定版

shell
n stable

升级 node 版本到指定版

shell
n 14.17.6

删除 node 的指定版本

shell
n rm 14.17.6

Released under the MIT License.