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
The text was updated successfully, but these errors were encountered:
ahmedelq
changed the title
Deprecated warnings for dependencies during installation
Depreciation warnings for dependencies during installation
Jul 21, 2024
It seems like its been a minute since these pull requests have been worked on.
And i'd like to add [email protected] that produces this warning:
WARN deprecated [email protected]: 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 this module is used by pdfjs, with millions of downloads. I cant be the only one with memory leaks now in their code now :D
When installing
@mapbox/node-pre-gyp
I get deprecation warnings from npm issues for the following packages:[email protected]
[email protected]
[email protected]
Environment:
Related PRs:
npmlog
withconsola
mapbox/node-pre-gyp#829The text was updated successfully, but these errors were encountered: