adrianhajdin / project_ai_mern_image_generation

Build and Deploy a Full Stack MERN AI Image Generation App MidJourney & DALL E Clone
https://jsmastery.pro
1.09k stars 303 forks source link

#Error on running server #79

Open viswalegend27 opened 1 month ago

viswalegend27 commented 1 month ago

when trying to run the localhost i get error such as 'nodeman' is not recognized as an internal or external command,

viswalegend27 commented 1 month ago

PS D:\Viswa\Mern-Project\master\dall_clone\server> npm start

server@1.0.0 start nodeman index

'nodeman' is not recognized as an internal or external command, operable program or batch file.

To fix this issue you will need to insert this line of code into your package.json file

"scripts": { "serve": "nodemon server.js" },

and then use

npm run serve