-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
[Feat]: Remove inflight dependency because it's no longer supported #20154
Comments
it looks like mostly by It would be appreciated if you could share more concrete issues with logs about the issue or report it to the author. |
To be honest, I didn't understand your reply at all. But feel free to ignore my questions since there seem to be no issue as you closed it.
I don't understand the grammar. What looks like rimraf?
As the author of what?
What might be sufficient?
What does that mean?
I'd need instructions what should I execute to get wanted logs.
To the author of what? If inflight, then it is no longer supported so no fixed will be made. |
The inflight dependenncy is not directly used by any appium modules, but only as a transitive dependency, most likely bundled with rimraf and glob. This means we don't have much control over its usage and the issue must be reported to appropriate module authors instead. |
Got it. I thought it's the case but checked npmlog (from my other issue) by mistake and saw it's directly in appium dependencies. |
I believe this issue is primarily caused by the |
I came to the conclusion that it's because of mocha and reported it here. |
I'm not fully sure that it's |
Please could you tell me how to remove inflight dependency and use lru-cache instead ? I did not understand how to do it from your messages. How could I use lru-cache instead ? If I use the latest version of Appium including this deprecaded inflight, is it a problem ? Thank you. |
@S-ee-n You can't (unless you modify Appium's code and build it yourself). It's mocha (which Appium uses) who would have to do it. It's a package that's used and you can't just switch it to another one without rewriting the code that uses it. |
Thank you for your fast and accurate answer ! I’ll do what I can |
Is your feature request related to a problem? Please describe.
Installing appium returns a warning:
Describe the solution you'd like
Remove inflight dependency and use lru-cache instead.
Additional context
https://www.npmjs.com/package/inflight
Published 8 years ago
The text was updated successfully, but these errors were encountered: