project_ai_mern_image_generation icon indicating copy to clipboard operation
project_ai_mern_image_generation copied to clipboard

Npm start is not working

Open Gracel123 opened this issue 2 years ago • 2 comments

pm ERR! Missing script: "start" npm ERR! npm ERR! Did you mean one of these? npm ERR! npm star # Mark your favorite packages npm ERR! npm stars # View packages marked as favorites npm ERR! npm ERR! To see a list of scripts, run: npm ERR! npm run

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\admin\AppData\Local\npm-cache_logs\2023-02-10T17_01_01_797Z-debug-0.log

This is the eroor How to fix it?

Gracel123 avatar Feb 10 '23 17:02 Gracel123

npm run dev

giegiey avatar Mar 20 '23 08:03 giegiey

npm start is for running server if it's not working check whether have you provided main file path or not.

main file is index.js in sever folder

"npm start": "nodemon index.js"

and for running client run command npm run dev.

Asifp6021 avatar Apr 27 '23 08:04 Asifp6021