-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Random MaxListenersExceededWarning when serving the project with dev server #4587
Comments
I have same problem |
I am also experiencing this. I don't know if it's related but I am also using Vuetify |
Also experiencing this and also using Vuetify |
Also experiencing this and I'm also using Vuetify here, specifically By adding Still need a real fix for this. Edit: I've only got one entry in the |
Also experiencing this with Vuetify. In my case it's caused specifically by adding a 10th proxy object in vue.config.js to Not seeing any info related to this in the relevant docs. |
It's Nov 2022 and I'm also getting this 🤕
|
It's Dec 2024 and I'm also getting this 🤕 |
Version
3.11.0
Reproduction link
https://github.com/Autodesk-Forge/forge-digital-catalog
Environment info
Steps to reproduce
run "vue-cli-service serve" and got multiple MaxListenersExceededWarning during compilation - this seems to be on and off but 9 out 10 the warnings would be thrown like below:
40% building 48/58 modules 10 active ...s/@mdi/font/css/materialdesignicons.css(node:1761) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 VElement listeners added. Use emitter.setMaxListeners() to increase limit
(node:1761) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 VElement listeners added. Use emitter.setMaxListeners() to increase limit
(node:1761) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 VElement listeners added. Use emitter.setMaxListeners() to increase limit
40%
What is expected?
No MaxListenersExceededWarning should be thrown
What is actually happening?
The project seems to be compiled and the dev serve seems to run as expected despite the warnings
The text was updated successfully, but these errors were encountered: