-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[Bug]: Inflight has been deprecated #27259
Comments
Why is this closed? I am still getting this error when using
|
@ChetSocio I think you have answered on the wrong issue |
I have not answered anything. I am stating that the issue still persists even on latest version. I was not getting this a momth ago but after downloading latest update of storybook, this error is happening. I want someone to tell me how to solve this problem |
@ChetSocio Neither is this issue closed nor has it anything to do with your mentioned error message: I think you are referring to this issue: #26553 But even the linked issue is not closed. Can you please clarify, which issue is closed and how your error message relates to this inflight deprecation issue? |
Yeah sorry! I was about to comment on the issue #26553 But there was a link to this issue and i clicked in it and forgot as both and even tried installing |
While #27366 fixed the dependency path originally described, there's another also depending on
|
Also |
@anomiex Could you open an issue here to update For the transitive dependency in |
same story here npx sb init npm error A complete log of this run can be found in: C:\Users\рс\AppData\Local\npm-cache_logs\2024-08-07T09_39_36_574Z-debug-0.log npm warn 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. |
As I recall, it's just a warning, not a serious error. In my opinion, it would be difficult to suppress all the warnings. |
The warnings come from npm before Storybook's setup gets a chance to run, so a "warning-ignoring setup" seems unlikely. Separating the jscodemod stuff, which as far as I know is only used for setup and upgrading, from the parts of the CLI used for actually running Storybook might help with the warning in day-to-day usage. But whether Storybook devs want to go to that trouble, I don't know. hipstersmoothie/react-docgen-typescript-plugin#95 now exists to upgrade |
Describe the bug
warning @storybook/addon-essentials > @storybook/core-common > tempy > del > rimraf > glob > 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.
Reproduction link
none
Reproduction steps
No response
System
Additional context
No response
The text was updated successfully, but these errors were encountered: