npm
一、 nrm 切换静态源
$ npm install nrm -g
$ nrm ls 列出所有镜像源
$ nrm add <registor> <url> 添加镜像源
$ nrm use <registor> 使用或者切换镜像源
二、 切换多个 node 版本
从低版本开始安装 每次安装完更改安装的文件名
切换的时候通过系统环境变量切换
//nodetist
// nvm
包的加载机制
nodejs 开发自动重启
nodeman
$ npm install nodemon -g
// 使用
$ nodemon app.js
supervisor
$ npm install supervisor -g
// 使用
$ supervisor app.js