-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Bugthing that needs fixingthing that needs fixingPriority 2secondary priority issuesecondary priority issueRelease 10.xregression:10.x
Description
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
After upgrading to npm 10, I get the following error message:
$ npm outdated
(node:53918) 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
no error
Steps To Reproduce
- In this environment...
- With this config...
- Run '...'
- See error...
Environment
- npm: 10.0.0
- Node.js: v20.6.0
- OS Name: macOS 13.5.1
- System Model Name:
- npm config:
; "user" config from /Users/doberkofler/.npmrc
//registry.npmjs.org/:_authToken = (protected)
; "project" config from /Users/doberkofler/MyDev/ljs_app/trunk/periscope/.npmrc
engine-strict = true
; node bin location = /Users/doberkofler/.nvm/versions/node/v20.6.0/bin/node
; node version = v20.6.0
; npm local prefix = /Users/doberkofler/MyDev/ljs_app/trunk/periscope
; npm version = 10.0.0
; cwd = /Users/doberkofler/MyDev/ljs_app/trunk/periscope
; HOME = /Users/doberkofler
; Run `npm config ls -l` to show all defaults.
paranoidPhantom, TarSzator, ElRaymond0, silverwind, tSte and 2 more
Metadata
Metadata
Assignees
Labels
Bugthing that needs fixingthing that needs fixingPriority 2secondary priority issuesecondary priority issueRelease 10.xregression:10.x