You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modules can't be found, don't exist anymore, or rely on things that don't seem to be around.
This repository doesn't look that old, is this still being worked on?
while installing:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
after resolving manually:
Error: Cannot find module 'morgan'
Require stack:
- ...\community-forum-backend\app.js
- ...\community-forum-backend\bin\www
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:900:15
)
at Function.Module._load (node:internal/modules/cjs/loader:745:27)
at Module.require (node:internal/modules/cjs/loader:972:19)
at require (node:internal/modules/cjs/helpers:88:18)
at Object.<anonymous> (...\community-forum-backend\app.j
s:6:16)
at Module._compile (node:internal/modules/cjs/loader:1083:30)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1112:10)
at Module.load (node:internal/modules/cjs/loader:948:32)
at Function.Module._load (node:internal/modules/cjs/loader:789:14)
at Module.require (node:internal/modules/cjs/loader:972:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [...]
The text was updated successfully, but these errors were encountered:
modules can't be found, don't exist anymore, or rely on things that don't seem to be around.
This repository doesn't look that old, is this still being worked on?
while installing:
after resolving manually:
The text was updated successfully, but these errors were encountered: