eyes needs to be added to package.json
- Dominant language
- JavaScript
- Stars
- 95
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
module.js:340
throw err;
^
Error: Cannot find module 'eyes'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/home/dennis/Projects/CompareMetrics/sora/node_modules/sesh/lib/core.js:4:16)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting package.json and sesh/lib/core.js, where the stack trace shows the missing require. Verify how dependencies are declared and reproduce the install or run that triggers the error. Done means the eyes dependency is declared in package.json and the missing-module error no longer occurs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100