You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Node v16.13.0 and NPM v8.1.0 on Windows 10, since critical v0.2.4 upto v1.1.0, with Eleventy v0.12.1, and now upto Eleventy v1.0.2, I'm having:
(node:20988) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 exit listeners added to [process]. Use emitter.setMaxListeners() to increase limit
(Use `node --trace-warnings ...` to show where the warning was created)
(node:20988) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 SIGTERM listeners added to [process]. Use emitter.setMaxListeners() to increase limit
(node:20988) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 SIGINT listeners added to [process]. Use emitter.setMaxListeners() to increase limit
Please, do you have any idea why this is happeninng? Thanks.
The text was updated successfully, but these errors were encountered:
With Node v16.13.0 and NPM v8.1.0 on Windows 10, since critical v0.2.4 upto v1.1.0, with Eleventy v0.12.1, and now upto Eleventy v1.0.2, I'm having:
Please, do you have any idea why this is happeninng? Thanks.
The text was updated successfully, but these errors were encountered: