Search code examples
node.jsnodemon

Nodemon not working after updating to version 1.18.10


nodemon was working perfectly in my mac previously, I updated it to the latest version and when I try to start it, I keep getting the below error.

Error:

[nodemon] Internal watch failed: errmap.get is not a function or its return value is not iterable

I tried uninstalling and reinstalling, but the error doesn't seem to go.

Anyone facing a similar issue with nodemon on mac?


Solution

  • Finally, after trying different solutions, I updated my node version from 10.x to 11.x and it worked.