Bobbo
Bobbo
NNuxt
Created by Bobbo on 10/11/2024 in #❓・help
Upgrading from 3.5.0 to 3.13.2 is breaking build
Soooo, updating stuff one by one, I seem to have been able to do everything, except pinia;
Package Current Wanted Latest Location Depended by
pinia 2.0.35 2.2.4 2.2.4 node_modules/pinia frontend
Package Current Wanted Latest Location Depended by
pinia 2.0.35 2.2.4 2.2.4 node_modules/pinia frontend
If I try to update it, npm i pinia@^2.2.4, it conflicts;
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/vue
npm ERR! peer vue@">= 2.5 < 2.7" from @vue/[email protected]
npm ERR! node_modules/@vue/composition-api
npm ERR! peerOptional @vue/composition-api@"^1.4.0" from [email protected]
npm ERR! node_modules/pinia
npm ERR! dev pinia@"^2.2.4" from the root project
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/vue
npm ERR! peer vue@">= 2.5 < 2.7" from @vue/[email protected]
npm ERR! node_modules/@vue/composition-api
npm ERR! peerOptional @vue/composition-api@"^1.4.0" from [email protected]
npm ERR! node_modules/pinia
npm ERR! dev pinia@"^2.2.4" from the root project
this is a bit weird, because I've got @nuxt/pinia to the latest. 🤷‍♂️
14 replies
NNuxt
Created by Bobbo on 10/11/2024 in #❓・help
Upgrading from 3.5.0 to 3.13.2 is breaking build
restored my package-lock to what's in git, everything is fine, everything is out of date, updating breaks the world
14 replies
NNuxt
Created by Bobbo on 10/11/2024 in #❓・help
Upgrading from 3.5.0 to 3.13.2 is breaking build
I'm now getting a bunch of version conflicts on what was a clean setup.
14 replies
NNuxt
Created by Bobbo on 10/11/2024 in #❓・help
Upgrading from 3.5.0 to 3.13.2 is breaking build
... I've rolled back my changes to my package.json and it's still scuffed
14 replies
NNuxt
Created by Bobbo on 10/11/2024 in #❓・help
Upgrading from 3.5.0 to 3.13.2 is breaking build
I imagine it's some stupid issue with one package being on an older version and I just have to keep trying to upgrade stuff until I find which.
14 replies
NNuxt
Created by Bobbo on 10/11/2024 in #❓・help
Upgrading from 3.5.0 to 3.13.2 is breaking build
Can't even install again
14 replies
NNuxt
Created by Bobbo on 10/11/2024 in #❓・help
Upgrading from 3.5.0 to 3.13.2 is breaking build
I removed my node_modules and package-lock.json and now everything is broken.
14 replies