Closed veerabio closed 4 years ago
Fixes https://github.com/mixpanel/mixpanel-node/issues/147
As a workaround we are using package.json resolutions
"resolutions": { "https-proxy-agent": "5.0.0" }
to force using v5.0.0 and everything is working.
Please push this update forward. This https-proxy-agent update fixes a severe issue with monkey patching https which breaks other dependencies
Released in v0.12.0, thanks!
Fixes https://github.com/mixpanel/mixpanel-node/issues/147
As a workaround we are using package.json resolutions
to force using v5.0.0 and everything is working.