meabhisingh / mern-ecommerce-server-2024

This is the Ecommerce Project Server or Backend made with MERN Stack in 2024 YouTube Video
45 stars 30 forks source link

[nodemon] app crashed - waiting for file changes before starting... #1

Open ashishnxt opened 8 months ago

ashishnxt commented 8 months ago

Screenshot 2023-12-31 143251

ashishnxt commented 8 months ago

Its working (for back-end) First run command in terminal- npm run watch And Then open another terminal and run command- npm run dev

aniket-kes commented 3 months ago

Is it working for you ? i tried but still crashing. Can you tell me what did you do exactly?

Jaskaran1519 commented 4 weeks ago

check if you have written "dev": "nodemon dist/app.ts" in package.json it should be app.js, not app.ts