You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ⛳
The text was updated successfully, but these errors were encountered:
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:
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 ⛳
The text was updated successfully, but these errors were encountered: