Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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... #16

Open
javohir0304 opened this issue Nov 4, 2022 · 1 comment

Comments

@javohir0304
Copy link

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

@Krishna4563
Copy link

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants