Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
passivedragon opened this issue Apr 6, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@passivedragon
Copy link

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: spansberry-backend@0.0.0

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: [...]
@passivedragon passivedragon added the bug Something isn't working label Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant