When upgrading to 3.12.1 -> @nuxt/schema & @nuxt/kit to be at least 3.12.1 but got 1.0.0
When i upgraded to 3.12.1 im getting this error when i start the dev server. I used the recommanded npx upgrade method. Also tried pnpm install, removed node_modules, but still no luck.
8 Replies
Try to manually update this packages versions in
package.json
, delete node_modules
, .nuxt
, lock files and make install
and etcEven though i dont have them inside my package.json at all?
@nuxt/schema or @nuxt/kit is not present
Then it strange, need some exorcist
haha
It could help if you share list of your packages
Could be my @nuxtjs/apollo that has them maybe
yeah seems like it
you can try
yarn why @nuxt/kit
or similar command for your package managerEverything seems ok when doing pnpm why @nuxt/kit. Everything is up to date. My guessing is that cause i use file:/ maybe it cannot read what version that package is using or something