@vueuse/nuxt peerDependency should support Nuxt 4 #5055
Answered
by
9romise
abdallah-shaltout
asked this question in
Q&A
-
Describe the bugDescribe the bugInstalling "peerDependencies": {
"nuxt": "^3.0.0"
}
### Reproduction
Initialize a fresh Nuxt 4 project (`nuxt@4.1.2`) and install `@vueuse/nuxt@10.11.1`. The install fails with a peer dependency conflict because `@vueuse/nuxt` requires `nuxt@^3.0.0`.
### System Info
```Shell
System:
OS: Windows 11 10.0.26100
CPU: (12) x64 11th Gen Intel(R) Core(TM) i5-11400F @ 2.60GHz
Memory: 15.96 GB / 31.87 GB
Binaries:
Node: 22.12.0 - C:\nvm4w\nodejs\node.EXE
npm: 10.9.0 - C:\nvm4w\nodejs\npm.CMD
pnpm: 10.11.0 - ~\AppData\Local\pnpm\pnpm.CMD
bun: 1.2.14 - ~\AppData\Roaming\npm\bun.CMD
Browsers:
Edge: Chromium (140.0.3485.54)
npmPackages:
@vueuse/core: ^10.11.0 => 10.11.1
@vueuse/integrations: ^13.0.0 => 13.9.0
@vueuse/motion: ^2.2.6 => 2.2.6
@vueuse/nuxt: ^10.11.0 => 10.11.1
@vueuse/router: ^10.11.0 => 10.11.1Used Package Managernpm Validations
|
Beta Was this translation helpful? Give feedback.
Answered by
9romise
Sep 21, 2025
Replies: 1 comment 1 reply
-
|
The latest release already supports |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
9romise
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The latest release already supports
Nuxt 4. Is there a specific reason you‘re using versionv10.11.1?