How to fix http_parser deprecated warning in angular?

Viewed 2739

I recently update my angular project from the 8 to 9 version and I face this error

(node:5716) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated. (Use node --trace-deprecation ... to show where the warning was created)

enter image description here

If anybody has a solution to remove this warning. it's very much appreciated!

0 Answers
Related