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

deprecated inflight@1.0.6: dependency #1043

Open
roytar opened this issue Jul 17, 2024 · 1 comment
Open

deprecated inflight@1.0.6: dependency #1043

roytar opened this issue Jul 17, 2024 · 1 comment

Comments

@roytar
Copy link

roytar commented Jul 17, 2024

You have already researched for similar issues?

It's not uncommon that somebody already opened an issue or in best case it's already fixed but not merged. That's the reason why you should search at first before submitting a new one.

What are you trying to achieve, or the steps to reproduce?

after running:
fastify generate myserver --esm

Then
npm install
getting:

deprecated inflight@1.0.6: 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.

Is there a workaround to avoid this?

  • node version: 4,5,6,7,8,9
  • fastify version: >=0.37.0
  • os: Mac, Windows
  • any other relevant information:

Please read this entire template before posting any issue. If you ignore these instructions
and post an issue here that does not follow the instructions, your issue might be closed,
locked, and assigned the missing discussion label.

@dosubot dosubot bot added the bug Something isn't working label Jul 17, 2024
@Uzlopak Uzlopak removed the bug Something isn't working label Jul 17, 2024
@Uzlopak
Copy link

Uzlopak commented Jul 17, 2024

I can verify that this happens when creating a repo from the fastify-cli

Problem is, that it is a dependency of glob.

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

No branches or pull requests

2 participants