nodejs的多版本管理工具

这个工具挺方便

https://github.com/tj/n

npm i -g n
n (select version)
#安装node8
n 8
#安装特定的子版本
n 15.11.0
#安装lts版本
n lts