node: --trace-event-categories is not allowed in NODE_OPTIONS
See original GitHub issueHey.
I’ve encountered this problem using node 9.2.0
, upgrading to 9.4.0
seems to resolve the problem. But what’s your idea if adding a hard version dependency in clinic
’s package json
to prevent users confusing about this error or at least indicating it in REAME?
Thanks.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
node/node_options.cc at main - GitHub
const EnvironmentOptionsParser _eop_instance{_dop_instance};. // This Parse is not dead code. It is used by embedders (e.g., Electron).
Read more >is not allowed in node_options - You.com | The AI Search ...
I want create electron app with vue js but I can't start : I execute this code for run my app : "cross-env...
Read more >Command-line API | Node.js v19.3.0 Documentation
Enable experimental frozen intrinsics like Array and Object . Only the root context is supported. There is no guarantee that globalThis.Array is indeed...
Read more >inspect=localhost:9200 is not allowed in NODE_OPTIONS
You need to be using Node 8.x or above. ... node: --inspect=localhost:9200 is not allowed in NODE_OPTIONS ... Here's how to change your...
Read more >NODE_OPTIONS=options... | Node.js API 文档
Node.js will exit with an error if an option that is not allowed in the environment is used, such as -p or a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Added to the readme
Whether this can be added to README?