Open suhrmann opened 2 days ago
pnpm works like charm too. I first setup the project with npm and when i encountered the error I used pnpm to solve it.
There is a known issue with pinia and the latest nuxt version: https://github.com/vuejs/pinia/issues/2822
I would recommend switching to Yarn, or even better, PNPM by default—there are many advantages, and performance is one of them.
What I did:
Workaround:
yarn
works for me like charm.