Module & Pinia
Hi
I'm currently creating a module for my company.
I've installed
I've also added
However, when I'm running my Nuxt projects with my module installed, I've to manually install pinia (
How could I solve this ? Thanks
I've installed
@pinia/nuxt & pinia in it.I've also added
"overrides": { "vue": "latest" } into my package.jsonHowever, when I'm running my Nuxt projects with my module installed, I've to manually install pinia (
npm i pinia --force), otherwise Nuxt refuse to start.Cannot restart nuxt: Cannot find module 'pinia/dist/pinia.mjs'How could I solve this ? Thanks