grunt-nodemon
grunt-nodemon copied to clipboard
Grunt task to run nodemon
as per the title, npm audit reports a moderate severity vulnerability
Hi, thank you for the package :-) Just updated the nodemon version as npm audit shows me some vulnerabilities from this package which do no longer occur with the newer...
I am using grunt task-runner in nodejs application. I want to run another grunt task only after the server started by nodemon is listening to a port. Please note that...
Your module itself is not responsible for it I think, but the dependency chokidar. So maybe you can address this issue to them and make a dependency bump after they...
Upgrading to nodemon 1.11.0 worked for me. Am I missing something with the way grunt-nodemon works?
After many hours of trying to understand why node-gyp builds of various packages were failing after upgrade to node 6.9 LTS (boron), I finally found this package to be the...
I know this isn't client facing, however there is a security issue with fsevents that should be updated. The goal is to update tough-cookie so it either isn't used, or...
When running grunt-nodemon I'm getting an infinite loop. I saw that it may be an issue with the current version of nodemon. They said the new version can be tested...
I am setting up a nodejs server using grunt as the task runner, so I have many grunt tasks that do various things. Many of them handle signals like SIGINT,...