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?
Finally, after trying different solutions, I updated my node version from 10.x to 11.x and it worked.