解决bash: nodemon: command not found问题 thecoolbb 2019-05-09 900 阅读1分钟 需要使用npm istall -g nodemon将nodemon下载到全局中,然后就可以直接只用nodemon app.js