Not sure if you were expecting nodemon to have been installed globally, but as it isn't installed via the base package.json configuration the >npm run dev macro fails out of the box.
Should add nodemon to the list of project dependencies (or this is what I did) to get it fixed.
Not sure if you were expecting nodemon to have been installed globally, but as it isn't installed via the base package.json configuration the >npm run dev macro fails out of the box.
Should add nodemon to the list of project dependencies (or this is what I did) to get it fixed.