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 tried to install vite plugin pwa with npm, but it seems it installs potentially unsafe repositories:
PS path-to-Repo> npm install --save-dev vite-plugin-pwa
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]: Please use @jridgewell/sourcemap-codec instead
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
after some research i discovered on the vite github a similar issue ( Issue 17306@Vite ) and it seems it is caused by v8.x of eslint depending on a deprecated and unsupported glob which in turn depends on an unsafe inflight.
it seems vite already fixed this with their own upgrade to eslint v9, is there any plans to do so in the near future?
Greetings,
Jey
The text was updated successfully, but these errors were encountered:
I tried to install vite plugin pwa with npm, but it seems it installs potentially unsafe repositories:
after some research i discovered on the vite github a similar issue ( Issue 17306@Vite ) and it seems it is caused by v8.x of eslint depending on a deprecated and unsupported glob which in turn depends on an unsafe inflight.
it seems vite already fixed this with their own upgrade to eslint v9, is there any plans to do so in the near future?
Greetings,
Jey
The text was updated successfully, but these errors were encountered: