question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Nuxt 3.0.0-rc.8 incompatible?

See original GitHub issue

Reproduction

N/A

Describe the bug

I have been using the module without problems, then I needed to upgrade Nuxt Content so I followed these instructions https://content.nuxtjs.org/guide/migration/edge-channel/

After deleting node_modules & yarn.lock, and re-running yarn install, I now get the following warning on running ‘yarn dev’:

WARN Module FormKit is disabled due to incompatibility issues:

  • [nuxt] Nuxt version ^3.0.0 is required but currently using 3.0.0-rc.8

My package.json file looks like this:

{ “private”: true, “scripts”: { “build”: “nuxt build”, “dev”: “nuxt dev”, “generate”: “nuxt generate”, “preview”: “nuxt preview” }, “devDependencies”: { “@nuxt/content”: “npm:@nuxt/content-edge@latest”, “@nuxtjs/supabase”: “^0.1.23”, “@nuxtjs/tailwindcss”: “^5.3.2”, “nuxt”: “3.0.0-rc.8” }, “dependencies”: { “@formkit/nuxt”: “1.0.0-beta.10”, “@formkit/themes”: “^1.0.0-beta.10”, “@headlessui/vue”: “^1.6.7”, “@heroicons/vue”: “^2.0.10” } }

Environment

• OS: Mac • Browser Chrome • Version 1.0.0-beta.10

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

10reactions
justin-schroedercommented, Sep 2, 2022

This was a change on the nuxt side, you can now install it with @formkit/nuxt@next until the new version is launched.

3reactions
marcel-wtfoxtrotcommented, Sep 5, 2022

@bennyzen

Have your tried “next”? This is a fork of your reproduction repo using “next” instead of beta.11 https://stackblitz.com/edit/nuxt-starter-15xf1l?file=package.json,app.vue

Read more comments on GitHub >

github_iconTop Results From Across the Web

Nuxt 3 Release Candidate · Discussion #3447 - GitHub
The expected release date for the first release candidate is March 2022. Steps for reaching nuxt@3.0.0-rc1 are explained and trackable here.
Read more >
Ask Question - Stack Overflow
The nuxt version you are using ( 3.0.0-rc.11 ) has compatibility issues with @vueuse/motion@2.0.0-beta.12 . Solution: In your package.json , just try ...
Read more >
nuxt - npm
The core of Nuxt 3. Latest version: 3.0.0, last published: a month ago. Start using nuxt in your project by running `npm i...
Read more >
Installing PyArrow — Apache Arrow v10.0.1
PyArrow is currently compatible with Python 3.7, 3.8, 3.9, 3.10 and 3.11. Using Conda¶. Install the latest version of PyArrow from conda-forge using...
Read more >
Compatibility and Deprecations — Elixir v1.8.0-rc.1 - HexDocs
Elixir minor and patch releases are backwards compatible: well-defined behaviours and ... Only the next minor release, in this case v1.5.0, does effectively ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found