Nuxt on edge channel now is install rc.0 (useBody has been renamed to readBody)
See original GitHub issueEnvironment
npm nide 16 nuxt 3 rc 15 edge
Reproduction
Nuxi 3.0.1-rc.0-27810184.d991a55 13:17:44 Nuxt 3.0.1-rc.0-27810184.d991a55 with Nitro 1.0.0-27809308.dc3383b
Describe the bug
Not update npx nuxt@latest upgrade --force
and npx nuxi upgrade -f
.
So that "nuxt": "npm:nuxt3@latest"
is not valid any more?
Now only "nuxt": "^3.0.0"
?
Additional context
No response
Logs
No response
Issue Analytics
- State:
- Created 10 months ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
v3.0.0-rc.10 · Discussion #7513 · nuxt/framework - GitHub
This feature is now back in Nuxt 3 but much better! Payload is not only extracted during prerendering phase ( nuxt generate )...
Read more >Installation - Nuxt
Here, you will find information on setting up and running a Nuxt project in 4 steps.
Read more >Announcing Nuxt 3 Release Candidate
Nuxt 3 beta was announced on October 12, 2021 after 16 months of work, introducing a new foundation based on Vue 3, Vite...
Read more >Commands and Deployment - Nuxt
Nuxt comes with a set of useful commands, both for development and production purpose. Using in package.json. You should have these commands in...
Read more >Changelog - Nuxt Content
Fixes ; markdown: Resolve custom shiki languages (#1692) ; clientDB: Disable clientDB if token is set and has falsy value (#1700) ; shiki:...
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 has been deprecated for some time but if you are upgrading to 3.0.0 the best thing is to check
~/.nuxt/imports.d.ts
to see what is exposed from each helper package.useBody
has been renamed toreadBody