nodev icon indicating copy to clipboard operation
nodev copied to clipboard

Node.js development tool which auto-restarts node on file changes and reloads the node debugger

Results 4 nodev issues
Sort by recently updated
recently updated
newest added

Hi, I tried put a watch ..it doesn't seem to catch on the changes in subdirectory. also you mentioned by default it will look at only .js or .cs file...

I have to start with --debug-brk to be able to actually debug my code. This is a slowdown as I have to go and click F8 in Chrome for my...

i've declared the name of the main file in the package.json, as described in the nodemon module. when i start the app with 'nodev' (without further parameters), the app starts...

Currently after each restarting, I will have to go back to chrome, move focus to address bar, and hit cmd-R to refresh the browser, is it possible for Chrome to...