project_ai_mern_image_generation icon indicating copy to clipboard operation
project_ai_mern_image_generation copied to clipboard

cant start the server

Open Lasselovli opened this issue 2 years ago • 1 comments

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

Lasselovli avatar Jan 30 '23 19:01 Lasselovli

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.

PedroLab0 avatar Feb 05 '23 15:02 PedroLab0