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

Access to process.binding('http_parser') is deprecated #253

Open
mohsenzia opened this issue Oct 29, 2024 · 0 comments
Open

Access to process.binding('http_parser') is deprecated #253

mohsenzia opened this issue Oct 29, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mohsenzia
Copy link

Describe the bug
After upgrade node from 14.17.3 to 20.18.0, I get this error after run this command camouflage --config ./config.yml
(node:992) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.

My mock server created and run successfully and I know this is just warning.

Desktop:

  • OS: Win 10
  • IDE: IntelliJ
  • Version 0.15.0
  • Node: 20.18.0
  • NPM: 10.8.2

Additional context
2024-10-29 09:19:23 info: [992] Worker started
2024-10-29 09:19:23 info: Handlebar helpers registration started
2024-10-29 09:19:23 warn: Code Injection is disabled. Helpers such as code, inject, pg, csv and functionalities such as external helpers, will not work.
2024-10-29 09:19:23 info: Handlebar helpers registration completed
2024-10-29 09:19:23 info: No middleware injection.
(node:992) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.
(Use node --trace-deprecation ... to show where the warning was created)
(node:992) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.
2024-10-29 09:19:23 info: Worker sharing HTTP server at http://localhost:8085

@mohsenzia mohsenzia added the bug Something isn't working label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants