Open phpcodingmaster opened 1 month ago
Those modules are part of the dev tooling for fabric. Did you try to use npm install --production to avoid install dev deps?
Hi @asturur - If I try --production it still shows the below.
npm warn deprecated npmlog@5.0.1: This package is no longer supported. npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported npm warn deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead npm warn deprecated are-we-there-yet@2.0.0: This package is no longer supported. npm warn deprecated domexception@4.0.0: Use your platform's native DOMException instead npm warn deprecated gauge@3.0.2: This package is no longer supported.
Seems like there are a lot of packages that are deprecated
If they are deprecated are deprecated. I m not investing time in the dev deps unless is JEST or is JSDOM. If you want to discover which one are deprecated and from what and what it takes to update them you can open a PR.
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! @asturur - thank you for the reply.
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 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 npmlog@5.0.1: This package is no longer supported. npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported npm warn deprecated are-we-there-yet@2.0.0: This package is no longer supported.
Error Message & Stack Trace
No response