You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is with the package.json file. Change the "start" in the scripts. It must be "start": "nodemon server.js" instead of "start": "node ./server.js".
nodemon not working is there any errors in building the model? If I run it with npm start, nothing is visible in the browser after a while
The text was updated successfully, but these errors were encountered: