'nodemon Internal watch failed: UNKNOWN: unknown error, scandir 'F:\MERN Demos\Store\Back-End\src\uploads'

enter image description hereI installed nodemon in my project using npm i nodemon I am trying to run my Node JS code using the below command.

F:\MERN Demos\Store\Back-End>npm start

package.json:

  "scripts": {
    "start": "nodemon ./src/index.server.js"
  },

It was working fine but I don't know why I'm getting this error now



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source