Closed productdevbook closed 3 years ago
Would you please use yarn why @nuxt/kit
? One of the modules seems is using a very old version of kit.
Would you please use
yarn why @nuxt/kit
? One of the modules seems is using a very old version of kit.
@pi0
=> Found "@nuxt/kit@0.6.4"
info Has been hoisted to "@nuxt/kit"
info Reasons this module exists
- Hoisted from "@pinia#nuxt#@nuxt#kit"
- Hoisted from "nuxt-windicss#@nuxt#kit"
info Disk size without dependencies: "448KB"
info Disk size with unique dependencies: "5.31MB"
info Disk size with transitive dependencies: "10.5MB"
info Number of shared dependencies: 52
=> Found "@nuxt/bridge#@nuxt/kit@3.0.0-27234169.3c132a8"
info This module exists because "@nuxt#bridge" depends on it.
info Disk size without dependencies: "404KB"
info Disk size with unique dependencies: "5.66MB"
info Disk size with transitive dependencies: "11.06MB"
info Number of shared dependencies: 58
=> Found "@nuxt/nitro#@nuxt/kit@3.0.0-27234155.9f06830"
info This module exists because "@nuxt#bridge#@nuxt#nitro" depends on it.
info Disk size without dependencies: "404KB"
info Disk size with unique dependencies: "5.66MB"
info Disk size with transitive dependencies: "11.06MB"
info Number of shared dependencies: 58
I did exactly what you said here. https://v3.nuxtjs.org/getting-started/bridge.
Indeed you didn't do anything wrong probably. The error you are having is because pinia and windicss are using an outdated version of nuxt kit. I've reported both and added them to module upgrade list: https://github.com/nuxt/framework/discussions/751
You are using so many modules so there is a high chance some others are also incompatible and we need module authors to push fixes.
Thank you pinia update fixed, new problem nuxt/bridge#226
https://github.com/productfrontenddeveloper/nuxt3_bug
Environment
Nuxt CLI v3.0.0-27234155.9f06830 17:54:57 Nuxt project info: (copied to clipboard) 17:54:57
Darwin
v14.18.0
2.16.0-27226092.034b9901
Yarn
Webpack
dev
,ssr
,telemetry
,components
,css
,head
,router
,loading
,buildModules
,image
,modules
,build
,plugins
,pwa
,i18n
,auth
,server
,axios
,apollo
,publicRuntimeConfig
,firebase
@nuxtjs/auth-next@5.0.0-1624817847.21691f1
,nuxt-tailvue@1.0.91
,@nuxtjs/axios@5.13.6
,@nuxtjs/i18n@7.0.3
,@nuxtjs/sentry@5.1.3
,nuxt-viewport@0.0.7
,@nuxt/image@0.6.0
,@nuxtjs/apollo@4.0.1-rc.5
,@nuxtjs/universal-storage@0.5.9
,@nuxtjs/pwa@3.3.5
nuxt-use-motion@2.0.0-beta.5
,@nuxtjs/firebase@7.6.1
,@nuxtjs/date-fns@1.5.0
,@pinia/nuxt@0.0.3
,@nuxt/bridge@3.0.0-27234169.3c132a8
Describe the bug and expected behavior