Testing local changes with 'yarn link' results in build errors in project using linked vuetify #18903
Unanswered
sburdinski
asked this question in
Q&A
Replies: 1 comment
-
Most probably because building on Windows machine? Perhaps build it using WSL? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently trying to test some issues and hopefully fixes regarding a11y in vuetify.
So I wanted to setup an environment for changing vuetify and testing these changes in my application.
Easily set up the environment using the
master
branch, did my research, tests in the playground, compiling andyarn link
for connecting the changed vuetify package and my application.When compiling my application, this error shows up:
[vite]: Rollup failed to resolve import "vuetify/lib/../src/components/VApp/index.mjs" from "....."
I think the
../src
part of the import is wrong, but I could not find any reference to this.Anyone else ran into that?
Regards
Stefan
Beta Was this translation helpful? Give feedback.
All reactions