Answers for "nodemon not restarting html inside folder"

0

nodemon running but not restart the server on files changes

add 'C:WindowsSystem32' to your environment variables
Posted by: Guest on May-23-2020
0

nodemon not restarting

process.once('SIGUSR2', function () {
  gracefulShutdown(function () {
    process.kill(process.pid, 'SIGUSR2');
  });
});
Posted by: Guest on April-16-2021

Browse Popular Code Answers by Language