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
Is your maintenance request related to a problem? Please describe.
karma-vite currently does not advertise compatibility with Vite 6. As of now, we need to work around this by using the --force flag when installing NPM packages for the e2e tests.
Is your maintenance request related to a problem? Please describe.
karma-vite currently does not advertise compatibility with Vite 6. As of now, we need to work around this by using the
--force
flag when installing NPM packages for the e2e tests.Describe the solution you'd like
After karma-vite advertises compatibility for Vite 6, we should revert the
--force
flag when installing NPM packages for the e2e tests.Relevant context
See PR #5294 for the change to revert after karma-vite advertises Vite 6 compatibility.
The text was updated successfully, but these errors were encountered: