mesaugat / express-api-es6-starter

Build APIs with Express.js in no time using ES6/ES7/ESNext goodness.

Home Page:https://express-api-es6-starter.herokuapp.com/api-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debug issue

victor-yang-bot opened this issue · comments

Hi, first of all, excellent work!

I have a little issue, when you are debugging and save the code nodemon restart correctly but with the same version, this is because its no compiled again, only in the first run, its any way to achive that? i try diffents ways but im stuck.

Thanks!

Hello @victor-a-rigacci Did you try the legacy watch nodemon -L option? I'm not too sure but it maybe a nodemon issue.

You could use something like https://github.com/kimmobrunfeldt/chokidar-cli if nodemon doesn't work.