-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
deprecated dependencies with NPM Installation #10238
Comments
Those modules are part of the dev tooling for fabric. |
Hi @asturur - If I try --production it still shows the below. npm warn deprecated [email protected]: This package is no longer supported. Seems like there are a lot of packages that are deprecated |
If they are deprecated are deprecated. |
These don't appear to be direct dependencies of fabric.js but indirect. Like are-we-there-yet appears to be a dependency of npmlog,which appears to be a dependency of testem. So this would really be a an issue of those libraries. |
Ok. @gloriousjob - thank you! |
CheckList
Version
6.0.2
In What environments are you experiencing the problem?
Node.js
Node Version (if applicable)
None
Link To Reproduction
https://codesandbox.io/p/devbox/fabric-node-sandbox-forked-xewlhg
Steps To Reproduce
Expected Behavior
Should not be deprecated modules.
Actual Behavior
npm 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.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: This package is no longer supported.
Error Message & Stack Trace
No response
The text was updated successfully, but these errors were encountered: