vite-for-wp icon indicating copy to clipboard operation
vite-for-wp copied to clipboard

Support for latest Vite version

Open hiepvq opened this issue 1 year ago • 1 comments

Cannot install, conflict with another plugin

npm add -D vite @kucrut/vite-for-wp

npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/vite
npm ERR!   dev vite@"^5.1.4" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer vite@"^4.4.11" from @kucrut/[email protected]
npm ERR! node_modules/@kucrut/vite-for-wp
npm ERR!   dev @kucrut/vite-for-wp@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.

hiepvq avatar Feb 28 '24 10:02 hiepvq

work with [email protected]

j7-dev avatar Apr 02 '24 06:04 j7-dev

This should be fixed by #92. I'll release the new version soon.

kucrut avatar Jun 13 '24 15:06 kucrut