Replace deprecated util._extend API with Object.assign()
What's going wrong?
Reference: https://nodejs.org/api/util.html#util_extendtarget-source The util._extend() method was never intended to be used outside of internal Node.js modules. There are some modules in pm2 still using this method, and it is hereafter suggested to be replaced.
How could we reproduce this issue?
N/A
Supporting information
N/A
$ pm2 report
any update on this?
@Unitech could we get an update since it's been three years since the issue was created? I'm also seeing this warning happening more frequently now.
Yeah having this error pop up consistently is a bit of a pain , also hoping for a fix soon.
Should be fixed in https://github.com/keymetrics/pm2-io-apm/pull/303
should be fixed in v5.4.2