@pinia/nuxt error on fresh Nuxt project

Hello,
I just created a fresh Nuxt project using npx nuxi@latest init, and after adding the module @pinia/nuxt` through the dev tools, I now get an error:
[vite-node] [ERR_LOAD_URL] pinia

at pinia



Dependencies:
  "dependencies": {
    "nuxt": "^3.14.0",
    "vue": "latest",
    "vue-router": "latest"
  },
  "devDependencies": {
    "@pinia/nuxt": "^0.7.0",
    "@vueuse/nuxt": "^11.2.0"
  }


Since Nuxt 3.14 was released a few hours ago, I tried downgrading to Nuxt 3.13 but that didn't help. And I can't downgrade further without downgrading pinia too (that might solve the issue but I would prefer first trying to solve the issue with the latest versions).
image.png
Was this page helpful?