Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New: Memory Leaked] Possible EventEmitter memory leak detected #6961

Closed
2 tasks done
pawan-poudel-github opened this issue Nov 3, 2023 · 1 comment
Closed
2 tasks done
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Priority 2 secondary priority issue Release 10.x

Comments

@pawan-poudel-github
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

This issue exists in the latest npm version

  • I am using the latest npm

Current Behavior

While installing any package via npm or using NPX I am getting memory leaked error.

(node:10460) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(Use `node --trace-warnings ...` to show where the warning was created)

Expected Behavior

I have tried updating both Nodejs and NPM but none of them worked for me.

Steps To Reproduce

  1. Install any NPM package

Environment

  • npm:10.2.3
  • Node.js:v20.9.0
  • OS Name: window
  • System Model Name:SLIC-MPC
@pawan-poudel-github pawan-poudel-github added Bug thing that needs fixing Needs Triage needs review for next steps Release 10.x labels Nov 3, 2023
@wraithgar wraithgar added the Priority 2 secondary priority issue label Nov 14, 2023
@wraithgar
Copy link
Member

This was a node.js bug, fixed in the latest version nodejs/node#50136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Priority 2 secondary priority issue Release 10.x
Projects
None yet
Development

No branches or pull requests

2 participants