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 with npm install awilix-express, I get the following deprecation 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 use awilix 12.0.4 and express 5.0.1
The text was updated successfully, but these errors were encountered:
tgranqvist
changed the title
Deprecation warninga on install
Deprecation warnings on install
Dec 21, 2024
When installing with
npm install awilix-express
, I get the following deprecation 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 use awilix 12.0.4 and express 5.0.1
The text was updated successfully, but these errors were encountered: