Steinerd
Module pinia is disabled due to incompatibility issues: - [nuxt] Nuxt version ^2.0.0 || >=3.13.0 is
I traced the issue. it stemmed from using an auth-guard in a way other then documentation instructed, created a racing condition with Pinia trying to load a store before it had setup its reference.
This works without issue now.
Totally unrelated to OP's original request on this thread.
25 replies
Module pinia is disabled due to incompatibility issues: - [nuxt] Nuxt version ^2.0.0 || >=3.13.0 is
nope, something about Nuxt 3.15 breaks its
activePinia
instance, and I've tried a plugin workaround, but even the useNuxtApp().$pinia
is undefined.25 replies
Module pinia is disabled due to incompatibility issues: - [nuxt] Nuxt version ^2.0.0 || >=3.13.0 is
I can confirm that Nuxt was not installed globally.
I re-ran
npx nuxt upgrade
on my project after dropping both my global cache and my project cache;
Interestingly it straight up deleted my @pinia/nuxt
reference in my package.json file.25 replies