mafintosh / mafintosh/ims

module not found

Open
#12 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.