n安装及使用
2020-03-28 本文已影响0人
半夏半暖半倾城灬
1.安装过node环境
https://www.jianshu.com/p/11e1d55b1d5d
2.安装n
npm install -g n
3.使用
安装某版本
n 4.4.2
n stable
n latest
查看已安装版本
n
移除指定版本
n rm 4.4.2
1.安装过node环境
https://www.jianshu.com/p/11e1d55b1d5d
2.安装n
npm install -g n
3.使用
安装某版本
n 4.4.2
n stable
n latest
查看已安装版本
n
移除指定版本
n rm 4.4.2