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
When installing this package, I receive the following NPM warnings:
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.
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported.
I believe the root issue is the glob version, which is deprecated, and uses inflight, which is also deprecated. Therefore, I would like to request updating the glob version to the latest/supported version. Thank you.
The text was updated successfully, but these errors were encountered:
When installing this package, I receive the following NPM warnings:
I believe the root issue is the glob version, which is deprecated, and uses inflight, which is also deprecated. Therefore, I would like to request updating the glob version to the latest/supported version. Thank you.
The text was updated successfully, but these errors were encountered: