Skip to content
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

Memory leak issue by [email protected] > [email protected] > [email protected] #261

Closed
mostafa-rio opened this issue Jul 21, 2024 · 4 comments

Comments

@mostafa-rio
Copy link

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

@behrang
Copy link
Member

behrang commented Oct 30, 2024

Hey, you've also changed the structure of code and removed 2 functions. Why is that?

@EhsanKhalili
Copy link

Hi, I have the same issue:

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.

@behrang
Copy link
Member

behrang commented Nov 9, 2024

Just released a new patch version and upgraded dependencies.

@behrang behrang closed this as completed Nov 9, 2024
@EhsanKhalili
Copy link

Just released a new patch version and upgraded dependencies.

Thank you for caring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants