简述
和python的pyenv一样nodejs也有自己的版本管理工具n
安装
首先有很多安装方法,我最喜欢的就是这个
curl -L https://git.io/n-install | bash
使用方法
安装最新的nodejs
n latest
安装稳定版
n stable
删除某个版本
n rm 0.10.1
和python的pyenv一样nodejs也有自己的版本管理工具n
首先有很多安装方法,我最喜欢的就是这个
curl -L https://git.io/n-install | bash
安装最新的nodejs
n latest
安装稳定版
n stable
删除某个版本
n rm 0.10.1