几种reload node工具

-g 全局

1、npm install -g node-dev

    出现 has no method 'existsSync'

2、npm install -g nodemon

     出现 has no method 'tmpDir'

3、npm install -g supervison 


同一个项目在使用不同relaod时候启动报不同问题,使用supervison无问题,以后再查具体原因

你可能感兴趣的:(node-dev,supervison,tmpDir,nodemon,existsSync)