Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hlx up] NODE_OPTIONS env variable set to '--inspect' causes console flooding with 'address already in use' msgs #189

Closed
stefan-guggisberg opened this issue Sep 12, 2018 · 1 comment

Comments

@stefan-guggisberg
Copy link
Contributor

it's a node.js issue: nodejs/node#9435

the problem occurs when the NODE_OPTIONS environment variable is set and includes --inspect or --inspect-brk and the node app spawns a child process.

parcel spawns child processes which inherit the environment variables. as a result when running e.g.

NODE_OPTIONS=--inspect hlx up

the console will be flooded with
Starting inspector on 127.0.0.1:9229 failed: address already in use
messages.

@stefan-guggisberg
Copy link
Contributor Author

fixed in 892f3ff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant