Search code examples
angulartypescript

How to fix http_parser deprecated warning in angular


I recently update my angular project from anycodings_angular the 11 to 12 version and I face this error

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


Solution

  • Downgrade node version will work for me

    nvm use 14.20.1
    ng serve