deprecated inflight@1.0.6: dependency
Closed this issue · 3 comments
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.
I can verify that this happens when creating a repo from the fastify-cli
Problem is, that it is a dependency of glob.
Please fix it
Do we know what's the dependency chain that leads to glob? Can we update that?