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
Dependency [email protected] uses [email protected] that causes memory leak issue since its using inflight as dependency.
according to this github issue from glob package they fixed it by removing inflight in version 8.
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
Dependency [email protected] uses [email protected] that causes memory leak issue since its using inflight as dependency.
according to this github issue from glob package they fixed it by removing inflight in version 8.
isaacs/node-glob#435
Solution:
Upgrading rimraf to latest version possibly can solve this issue
The text was updated successfully, but these errors were encountered: