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
I am getting these warnings :
β 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]: Rimraf versions prior to v4 are no longer supported
β npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
Upon running npm ls on each one of them they are all sub-dependencies of wasm-pack.
π€ Expected Behavior
I should have no such warnings.
π Steps to reproduce
The warnings are:
β 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]: Rimraf versions prior to v4 are no longer supported
β npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
π Environment
wasm-pack version: 0.13.1
rustc version: 1.82.0
The text was updated successfully, but these errors were encountered:
π Bug description
I am getting these warnings :
β 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]: Rimraf versions prior to v4 are no longer supported
β npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
Upon running npm ls on each one of them they are all sub-dependencies of wasm-pack.
π€ Expected Behavior
I should have no such warnings.
π Steps to reproduce
The warnings are:
β 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]: Rimraf versions prior to v4 are no longer supported
β npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
π Environment
wasm-pack version: 0.13.1
rustc version: 1.82.0
The text was updated successfully, but these errors were encountered: