Node command line options
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 38
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
I'd like to add the --trace_exception option to node when running node-dev. Is there such an option? It appears that this is not possible ...
child = spawn(node, [options.run].concat(process.argv.slice(3)));
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
Start at the child-process invocation shown in the issue, where node-dev calls spawn with options.run and process.argv.slice(3). Trace how command-line arguments are assembled and check whether --trace_exception reaches the child Node process. Done means the option is supported when running node-dev, with behavior confirmed using the available project checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100