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
Currently, when we run an install we are getting the following deprecation 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]: This package is no longer supported. Please use @npmcli/package-json instead.
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]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Ownership of Critters has moved to the Nuxt team, who will be maintaining the project going forward. If you'd like to keep using Critters, please switch to the actively-maintained fork at https://github.com/danielroe/beasties
Please resolve these deprecation warnings by upgrading or switching libraries as indicated. This list includes:
[email protected]: This module is not supported, and leaks memory. Do not use it
[email protected]: This package is no longer supported. Please use @npmcli/package-json instead
[email protected]: Rimraf versions prior to v4 are no longer supported
[email protected]: Glob versions prior to v9 are no longer supported
[email protected]: Ownership of Critters has moved to the Nuxt team, who will be maintaining the project going forward. If you'd like to keep using Critters, please switch to the actively-maintained fork at https://github.com/danielroe/beasties
QA Notes
Dev will provide screenshots showing the warnings is no longer displayed on installation.
DEV Notes
a library’s dependency tree can be viewed using {{npm ls [dependency]}}
“glob” is a dependency in fecfile-validate also and should be addressed there as well.
Currently, when we run an install we are getting the following deprecation 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]: This package is no longer supported. Please use @npmcli/package-json instead.
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]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Ownership of Critters has moved to the Nuxt team, who will be maintaining the project going forward. If you'd like to keep using Critters, please switch to the actively-maintained fork at https://github.com/danielroe/beasties
Please resolve these deprecation warnings by upgrading or switching libraries as indicated. This list includes:
[email protected]
: This module is not supported, and leaks memory. Do not use it[email protected]
: This package is no longer supported. Please use @npmcli/package-json instead[email protected]
: Rimraf versions prior to v4 are no longer supported[email protected]
: Glob versions prior to v9 are no longer supported[email protected]
: Ownership of Critters has moved to the Nuxt team, who will be maintaining the project going forward. If you'd like to keep using Critters, please switch to the actively-maintained fork at https://github.com/danielroe/beastiesQA Notes
Dev will provide screenshots showing the warnings is no longer displayed on installation.
DEV Notes
Design
null
See full ticket and images here: FECFILE-1942
The text was updated successfully, but these errors were encountered: