'Deprecation Warning in Node Js

I'm getting this type of Deprecation Warning, when i was creating Admin Panel for my android app.


Here's the code for it-

 DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
(Use `node --trace-deprecation ...` to show where the warning was created)

this error was displayed in CMD.

I've already tried putting node --trace-deprecation ... but it gives no results



Solution 1:[1]

I was using express. I updated my all project version of node.js, npm and pm2. But I use pm2 low version to deploy my project. and I saw this message. When I deploy my project with new version of pm2, it solved. so there are something running low version according to other tool versions. Find your low version tool and update it.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 SefaUn