infinitered / infinitered/ignite
Missing global pnpm and bun package listing from doctor command.
- Dominant language
- TypeScript
- Stars
- 19.9k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
### Running `doctor` command doesn't output globally installed packages by `bun` or `pnpm`.
#### Output when you have packages installed globally by `bun` or `pnpm`
#### Output when you run `doctor` command.
#### Output when you run `doctor` command should display globally installed packages. like so:
(Haven't fixed the `bun` yet so only `pnpm` packages are sown. But we can do the same thing for bun)
Contributor guide
Research direction
Start at the `doctor` command entry point and trace how globally installed packages are currently discovered and displayed. Reproduce the report with global packages installed through pnpm and bun, then verify that both package lists appear in the doctor output alongside existing results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100