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

cant start the server #18

Open Lasselovli opened 1 year ago

Lasselovli commented 1 year ago

Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'C:\Users**\Desktop\coding***\Dalle\server\routes\postRoutes.js' imported from C:\Users**\Desktop\coding***\Dalle\server\index.js
at new NodeError (node:internal/errors:400:5) at finalizeResolution (node:internal/modules/esm/resolve:326:11) at moduleResolve (node:internal/modules/esm/resolve:945:10) at defaultResolve (node:internal/modules/esm/resolve:1153:11) at nextResolve (node:internal/modules/esm/loader:163:28) at ESMLoader.resolve (node:internal/modules/esm/loader:842:30) at ESMLoader.getModuleJob (node:internal/modules/esm/loader:424:18) at ModuleWrap. (node:internal/modules/esm/module_job:77:40) at link (node:internal/modules/esm/module_job:76:36) {
code: 'ERR_MODULE_NOT_FOUND' }

Node.js v18.13.0 [nodemon] app crashed - waiting for file changes before starting...

PedroLab0 commented 1 year ago

The error is indicating that Node.js cannot find the module 'C:\Users\DesktopCoding\Dalleyserver\routes\postRoutes.js' imported into 'C:\Users*\DesktopCoding***\Dalleyserver\index.js'. This may be due to an incorrect path or a missing file in the specified location. Verify that the path and file name are correct and that the file is present in the specified location.