Can't use vueuse/nuxt@9.2.0 in nuxt@2.15.8
See original GitHub issueDescribe the bug
Can’t use in production: peer nuxt@“^3.0.0-rc.9” from @vueuse/nuxt@9.2.0
Reproduction
didnt provide Reproduction
System Info
System:
OS: Windows 10 10.0.19044
CPU: (8) x64 Intel(R) Core(TM) i5-10300H CPU @ 2.50GHz
Memory: 3.72 GB / 15.78 GB
Binaries:
Node: 16.15.1 - C:\Program Files\nodejs\node.EXE
Yarn: 1.23.0-20220130.1630 - ~\AppData\Roaming\npm\yarn.CMD
npm: 8.11.0 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: Spartan (44.19041.1266.0), Chromium (105.0.1343.27)
Internet Explorer: 11.0.19041.1566
Used Package Manager
yarn
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn’t already an issue that reports the same bug to avoid creating a duplicate.
- Make sure this is a VueUse issue and not a framework-specific issue. For example, if it’s a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/core instead.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion.
- The provided reproduction is a minimal reproducible example of the bug.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
@vueuse/nuxt - npm
Start using @vueuse/nuxt in your project by running `npm i @vueuse/nuxt`. There are 35 other projects in the npm registry using @vueuse/nuxt.
Read more >Installing the nuxt3 version based on documentation fails due ...
Describe the bug When Installing the Nuxt3 version based on documentation it fails due to a 'Conflicting peer dependency'.
Read more >Get Started - VueUse
From v7.2.0, we shipped a Nuxt module to enable auto importing for Nuxt 3 and Nuxt Bridge. ... And then use VueUse function...
Read more >What version of Vue am I running in Nuxt 2.14.0?
The current versions of nuxt.js are still using vue 2.6.x, and to make it work with vue 3 main feature (composition api), you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This should now work with latest Bridge: https://stackblitz.com/edit/github-8bqrdc?file=nuxt.config.ts,pages%2Findex.vue
/cc @danielroe do we have a plan to rename
autoImport:
toimports:
for the bridge to align with Nuxt3? Or what’s your suggestions to this?