Skip to content

[BUG] Attempting to install this fails critically in several locations #31

Open
@passivedragon

Description

@passivedragon

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: [...]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions