foundation-cli
foundation-cli copied to clipboard
Possible EventEmitter memory leak detected. 11 error listeners added.
I get the following warning message when invoking the cli.
Erics-MBP:autok eric$ foundation new
? What are you building today? A website (Foundation for Sites)
? What's the project called? (no spaces) autok
? Which template would you like to use? ZURB Template: includes Handlebars templates and Sass/JS compilers
.
/| ,
, /|/ \/| /| Thanks for using ZURB Foundation for Sites!
/|/ |/ | -------------------------------------------
|___| |___| Let's set up a new project.
\___| ^^ ^^ |___/ It shouldn't take more than a minute.
| -[O]--[O]- |
| ___, |
| ... |
\__________/
Downloading the project template...
Done downloading!
Installing dependencies...
(node:26925) Warning: Possible EventEmitter memory leak detected. 11 error listeners added. Use emitter.setMaxListeners() to increase limit
(node:26925) Warning: Possible EventEmitter memory leak detected. 11 error listeners added. Use emitter.setMaxListeners() to increase limit
(node:26925) Warning: Possible EventEmitter memory leak detected. 11 error listeners added. Use emitter.setMaxListeners() to increase limit
(node:26925) Warning: Possible EventEmitter memory leak detected. 11 error listeners added. Use emitter.setMaxListeners() to increase limit
(node:26925) Warning: Possible EventEmitter memory leak detected. 11 error listeners added. Use emitter.setMaxListeners() to increase limit
However the project does get created and it works.
I have the same problem. Do you get to solve this?
Yes it works but it really takes time to create a new project.
@JessDelAngel @ericjim @ahoymajo sorry for the late response! Can you please confirm this is still an issue? Please provide Node version, npm version, and OS version.
Also, if the issue is still present, please run npm install -g npm@next and see if that resolves the issue. Thank you!