module not found
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 186
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
```
$ ims
Connected to 1 peer(s) (Latest version: 6410719)
Downloaded 0 new module tarballs
Installed 2067 modules to ./node_modules
/Users/matteo/.nvm/versions/node/v8.12.0/lib/node_modules/ims/install.js:269
if (err) throw err
^
Error: Module pino-pretty@^2.2.0 not found
at /Users/matteo/.nvm/versions/node/v8.12.0/lib/node_modules/ims/index.js:181:30
at loop (/Users/matteo/.nvm/versions/node/v8.12.0/lib/node_modules/ims/index.js:252:27)
at nextDone (/Users/matteo/.nvm/versions/node/v8.12.0/lib/node_modules/ims/node_modules/nanoiterator/index.js:96:3)
at _combinedTickCallback (internal/process/next_tick.js:142:11)
at process._tickCallback (internal/process/next_tick.js:181:9)
```
pino-pretty@2.2.0 is on the registry.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the install failure with pino-pretty@^2.2.0 available on the registry. Start at index.js:181 and follow the call from install.js:269 to determine why the module is reported missing; done means the installer resolves and installs this dependency successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100