I'm trying to watch all my src files and rerun Koa when a file is changed, but keep hitting `Error: listen EADDRINUSE :::3000`. `"chokidar": "chokidar '**/*.js' -c 'node dist/server'"` Any ideas how to force Koa to die before running `node dist/server`?
I'm trying to watch all my src files and rerun Koa when a file is changed, but keep hitting
Error: listen EADDRINUSE :::3000."chokidar": "chokidar '**/*.js' -c 'node dist/server'"Any ideas how to force Koa to die before running
node dist/server?