Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1013 Bytes

TROUBLESHOOTING.md

File metadata and controls

22 lines (18 loc) · 1013 Bytes

Troubleshooting

Warnings on npm install

npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
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]: Glob versions prior to v9 are no longer supported
npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/object-schema
instead
npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/config-array
instead

These are dependencies of eslint v8. See: vitejs/vite#17306

When eslint-typescript v8 is released, we can probably fix this? Until then, upgrading to eslint v9 isn't really viable, IMO. It sounds like eslint v9 has lots of breaking changes and the ecosystem isn't adapted yet.