-
-
Notifications
You must be signed in to change notification settings - Fork 428
This relative module was not found: * ./index.vue?vue&type=script&lang=ts& in ./pages/index.vue #819
Comments
Similar issue in the past nuxt/nuxt#8015 |
I'm having same issue, with similar setup (typescript, ssr (though static), tailwind ) |
Just ran into this myself while updating dependencies. Two steps were needed to fix this:
|
I have the same issue, but solved it by removing BackgroundWhen running
My global typescript version is 4.2 and my project's typescript version is also 4.2 (I also tried 4.5.5 for both). I manually installed Others are still having the same problem:
Various solutions are proposed:
None of those solutions worked for me. It seems to be an issue with TypeScript versions but it's not clear what the issue is. My versions:
When I removed npmI got these errors on
YarnNo errors when installing with yarn.
|
Using yarn to install worked for me as well. I have spent 8 hours today trying to get typescript going in Nuxt. Works fine if you just create a little project using but the project I have was initially created with |
Hello, on a fresh new install:
The text was updated successfully, but these errors were encountered: