codeuino / codeuino/community-forum-backend
[BUG] Attempting to install this fails critically in several locations
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
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. (...\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: [...]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.