"does not provide an export named 'Component' " error
I've been working on this bug for nearly a week and I can't make sense of what's going on:
When I run this monorepo project and fire up the dev server things seem to work ok, but then I get this error:
I've tried fiddling around with the versions of different packages etc but nothing seems to work. I'm using Nuxt together with firebase and Vuefire.
Any ideas what I could investigate to try to find the source of the error?
Any ideas what I could investigate to try to find the source of the error?
2 Replies
I can still build the project. It only seems to happen when running the nuxt dev server
If I install with npm I do not get this error, but if I install with pnpm this comes up
Did you try shamefully hoist with pnpm?