-
-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Description
Error:
npm warn While resolving: [email protected]
npm warn Found: [email protected]
npm warn node_modules/vite
npm warn dev vite@"^7.0.0" from the root project
npm warn 7 more (@vitejs/plugin-vue, @vitest/mocker, vite-hot-client, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer vite@"^3.1.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.1" from [email protected]
npm warn node_modules/vite-plugin-vue-devtools/node_modules/vite-plugin-inspect
npm warn vite-plugin-inspect@"0.8.9" from [email protected]
npm warn node_modules/vite-plugin-vue-devtools
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/vite
npm warn peer vite@"^3.1.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.1" from [email protected]
npm warn node_modules/vite-plugin-vue-devtools/node_modules/vite-plugin-inspect
npm warn vite-plugin-inspect@"0.8.9" from [email protected]
npm warn node_modules/vite-plugin-vue-devtools
In package.json:
"vite": "7.0.2",
"vite-plugin-vue-devtools": "7.7.7",
This seems to work:
"overrides": {
"vite-plugin-vue-devtools": {
"vite-plugin-inspect": "11.3.0"
}
}
but I'm not sure if there will be some hidden compatibility issues with such a large version increase:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels