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.

Module @nuxt/image is disabled due to incompatibility [^3.0.0] to [3.0.0-rc.9]

See original GitHub issue

Module @nuxt/image is disabled due to incompatibility issues:

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

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
RedChopscommented, Sep 23, 2022

It looks like specifying anything other than yarn add --dev @nuxt/image-edge:1.0.0-27719579.87dcdf2 (or any other explicit version) causes the very old 1.0.0-testing version to be pulled down.

1reaction
rikzwarthoffcommented, Sep 30, 2022

Still broken

 WARN  Module @nuxt/image is disabled due to incompatibility issues:                                                                                                                                                                                                                                                                                       
 - [nuxt] Nuxt version `^3.0.0` is required but currently using `3.0.0-rc.11`

Have to specify version: yarn add --dev @nuxt/image-edge@1.0.0-27719579.87dcdf2 Then it works

Read more comments on GitHub >

github_iconTop Results From Across the Web

Rendering <NuxtImg> in @nuxt/content (v2) markdown file ...
In Nuxt v3 world, with the latest @nuxt/content (2.2.1) and @nuxt/image-edge (1.0.0-27769790.4b27db3), I am getting this error while running in ...
Read more >
Upgrading - Nuxt
Update the version specified for the nuxt package in your package.json file. After this step instructions vary depending upon whether you are using...
Read more >
Module @nuxt/image is disabled due to incompatibility [^3.0.0] to ...
Module @nuxt/image is disabled due to incompatibility [^3.0.0] to [3.0.0-rc.9]
Read more >
Nuxt 3 公式ドキュメント 日本語訳 - Zenn
私たちは、Nuxt の新しいサーバーエンジンである Nitro の開発に 9 ヶ月間取り組みまし ... nuxt@3.0.0-rc.1, 2022 年 3 月, Nuxt v3 初リリース候補.
Read more >
Roadmap - Nuxt
The latest updates on Nuxt 2.x are available via the nuxt-edge npm package and are expected to be released soon for forward compatibility....
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