-
Notifications
You must be signed in to change notification settings - Fork 916
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
[Error] cannot find vue/compiler-sfc when using yarn workspace and lerna to install node_modules. #2031
Comments
I'm also facing this same issue because my project does not need Line 8 in 1b1a195
the above is an opposite of Lines 9 to 25 in 1b1a195
replacing |
heywhy
added a commit
to heywhy/vue-loader
that referenced
this issue
Apr 14, 2023
freddy38510
pushed a commit
to freddy38510/vue-loader
that referenced
this issue
May 26, 2023
This was referenced Mar 30, 2024
anyesu
added a commit
to anyesu/taro-demo
that referenced
this issue
Apr 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
depend:
Try:
lerna bootstrap
to install node_modules,and came out error
fix:
just copy the
vue/compiler-sfc
in child project's node_modules to the root's node_modules and it works fine.demo :
https://github.com/radiorz/webpack-demo
The text was updated successfully, but these errors were encountered: