nuxt-modules / ionic

Batteries-included, zero-config Ionic integration for Nuxt
https://ionic.nuxtjs.org
MIT License
356 stars 38 forks source link

Runtime error: Failed to resolve import "#vue-router" #580

Open Rizzato95 opened 2 weeks ago

Rizzato95 commented 2 weeks ago

🐛 The bug

In an empty Nuxt project if I simply add @nuxt/ionic (from v.0.14.0), I get this runtime error:

Internal server error: Failed to resolve import "#vue-router" from "node_modules/@nuxtjs/ionic/dist/runtime/composables/head.mjs?v=7856ef51". Does the file exist?

The module works as expected with v.0.13.x

🛠ī¸ To reproduce

https://codesandbox.io/p/devbox/nuxt-ionic-vh6nqz

🌈 Expected behaviour

The application should start as always

ℹī¸ Additional context

No response

dvernole commented 3 days ago

Any news about this bug?