修改index.js之后,发现刷新浏览器,没有任何更改,需要关闭应用重新启动。
为了避免每次修改代码后要自动重启。通过安装supervisor来监控代码修改。
安装:npm install -g supervisor
通过cd命令切换到应用目录
执行:supervisor app.js