N
Nuxt6mo ago
rightnow

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
Tirius
Tirius6mo ago
Try to manually update this packages versions in package.json, delete node_modules, .nuxt, lock files and make install
"@nuxt/kit": "^3.12.1",
"@nuxt/kit": "^3.12.1",
and etc
rightnow
rightnowOP6mo ago
Even though i dont have them inside my package.json at all? @nuxt/schema or @nuxt/kit is not present
Tirius
Tirius6mo ago
Then it strange, need some exorcist
rightnow
rightnowOP6mo ago
haha
Tirius
Tirius6mo ago
It could help if you share list of your packages
rightnow
rightnowOP6mo ago
"dependencies": {
"@hc/common": "link:../common",
"@nuxtjs/apollo": "file:/srv/http/@hc/apollo",
"@pinia/nuxt": "^0.5.1",
"@sentry/node": "^8.8.0",
"@sentry/profiling-node": "^8.8.0",
"@sentry/vite-plugin": "^2.18.0",
"@sentry/vue": "^8.8.0",
"@storyblok/nuxt": "^6.0.10",
"@vueup/vue-quill": "latest",
"@vueuse/core": "^10.10.0",
"apexcharts": "^3.49.1",
"chart.js": "^4.4.3",
"downloadjs": "^1.4.7",
"isomorphic-fetch": "^3.0.0",
"js-cookie": "^3.0.5",
"markerjs2": "^2.32.1",
"mitt": "^3.0.1",
"nuxi": "^3.12.0",
"vue": "^3.4.27",
"vue-clip": "^1.0.0",
"vue-draggable-next": "^2.2.1",
"vue-router": "^4.3.3",
"vue3-apexcharts": "^1.5.3",
"vuetify-nuxt-module": "^0.14.1"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"nuxt": "^3.12.1",
"sass": "^1.77.4"
}
"dependencies": {
"@hc/common": "link:../common",
"@nuxtjs/apollo": "file:/srv/http/@hc/apollo",
"@pinia/nuxt": "^0.5.1",
"@sentry/node": "^8.8.0",
"@sentry/profiling-node": "^8.8.0",
"@sentry/vite-plugin": "^2.18.0",
"@sentry/vue": "^8.8.0",
"@storyblok/nuxt": "^6.0.10",
"@vueup/vue-quill": "latest",
"@vueuse/core": "^10.10.0",
"apexcharts": "^3.49.1",
"chart.js": "^4.4.3",
"downloadjs": "^1.4.7",
"isomorphic-fetch": "^3.0.0",
"js-cookie": "^3.0.5",
"markerjs2": "^2.32.1",
"mitt": "^3.0.1",
"nuxi": "^3.12.0",
"vue": "^3.4.27",
"vue-clip": "^1.0.0",
"vue-draggable-next": "^2.2.1",
"vue-router": "^4.3.3",
"vue3-apexcharts": "^1.5.3",
"vuetify-nuxt-module": "^0.14.1"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"nuxt": "^3.12.1",
"sass": "^1.77.4"
}
Could be my @nuxtjs/apollo that has them maybe yeah seems like it
Tirius
Tirius6mo ago
you can try yarn why @nuxt/kit or similar command for your package manager
rightnow
rightnowOP6mo ago
Everything 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
Want results from more Discord servers?
Add your server