node-pre-gyp info does not show Debug builds
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 271
- Avg merge
- 23h 40m
- Merged PRs (30d)
- 2
Description
Ideally node-pre-gyp info would show both Debug and Release builds. But currently it is only smart enough to list the node versions and platforms. To see which Debug builds exist you have to pass node-pre-gyp info --debug. Fixing this would probably be a breaking change, but logging here for future reference.
Contributor guide
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
Start with the node-pre-gyp info command and compare its default behavior with node-pre-gyp info --debug. Determine how build configurations are discovered and define the output needed for both Debug and Release builds; done means the command reports Debug builds without requiring the --debug option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100