-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency errors with 17.1 #268
Comments
Downgraded to 16.0 and problem disappeared. CORRECTION: 14.1 |
can you shared the repo if public? can you also provide vuetify, node, nuxt... versions (run |
|
https://github.com/rnenjoy/vuetify-nuxt-module-bug Here you go! Created a minimal repo that has the same errors. |
@rnenjoy please review the reproduction (remove |
You can also check nuxt/nuxt#28542 if some module/library augmenting |
Sorry i'm a bit n00b at this. YOu want me to delete node_modules and .nuxt, and then add the dependencies? Ill check how i can do that. |
Removed local dependencies and updated the repo. Error is still there. |
You've pushed |
Ok deleted now |
I have the same problem. It's a pure project. I only added vuetify-nuxt dependency |
I have this problem on my x86 Mac, but arrch m2 chip is ok |
I am facing the same issue. |
same problem |
I'm facing the same issue and no idea how to solve it 😢 |
can anyone provide a minimal working reproduction? |
|
I created a repo to showcase the bug The only thing that I did was to create a clean install and then added the vuetify nuxt module, after that, the moment you try to run the dev command the error appears. |
You can:
|
It worked! @userquin Thanks! |
I have no idea how to force pnpm to install peer dependencies (iirc pnpm will not install peers by default), also tried removing vuetify from dependencies and moved to peerDependencies in the module without success. Since vuetify is no being installed inside |
Using latest |
Upgraded to 17.1 but got these errors during install and run dev.
Pre-transform error: Failed to resolve import "vuetify/directives" from "virtual:vuetify-configuration". Does the file exist?
Pre-transform error: Failed to resolve import "vuetify/iconsets/mdi" from "virtual:vuetify-icons-configuration". Does the file exist?
Public repro:
https://github.com/rnenjoy/vuetify-nuxt-module-bug
The text was updated successfully, but these errors were encountered: