Module @nuxt/image is disabled due to incompatibility [^3.0.0] to [3.0.0-rc.9]
See original GitHub issueModule @nuxt/image is disabled due to incompatibility issues:
- [nuxt] Nuxt version
^3.0.0
is required but currently using3.0.0-rc.9
Issue Analytics
- State:
- Created a year ago
- Comments:5 (1 by maintainers)
Top 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 >
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 Free
Top 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
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 old1.0.0-testing
version to be pulled down.Still broken
Have to specify version:
yarn add --dev @nuxt/image-edge@1.0.0-27719579.87dcdf2
Then it works