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
I have some problems with libraries based on nx-remotecache-custom
We have a big project. And when I try to build I see this output:
(node:25020) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 Symbol(destroyed) listeners added to [Pack]. Use emitter.setMaxListeners() to increase limit
(Use `node --trace-warnings ...` to show where the warning was created)
Tried to use 2 custom libs, and write my own interpretation, but no luck.
Think this is something with "stream"'s
The text was updated successfully, but these errors were encountered:
Are you having the problem directly with nx-remotecache-custom or one of the libraries using it, e.g. nx-remotecache-azure? Also I'd need the node version please 👀
I have some problems with libraries based on
nx-remotecache-custom
We have a big project. And when I try to build I see this output:
Tried to use 2 custom libs, and write my own interpretation, but no luck.
Think this is something with "stream"'s
The text was updated successfully, but these errors were encountered: