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
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.
The text was updated successfully, but these errors were encountered:
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?
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.The text was updated successfully, but these errors were encountered: