-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
vue/cli not working with npm7 #6596
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
Comments
I have the same issues I'm running npm update --legacy-peer-deps to get around the bugs, but i'm not quite sure if this is good practice... |
Also |
Fixes vuejs/vue-cli#6595 Fixes vuejs/vue-cli#6596 It's not optional actually. However, in Vue CLI projects for Vue 2, vue-loader v16 is installed but not used. In that case, the missing peer dependency error should not be thrown. There's a dependency check in the entry file anyway.
Fixed in |
Version
4.5.13
Reproduction link
n/a
Environment info
Steps to reproduce
select vue2 project
result:
optional vue-loader-v16@"npm:vue-loader@^16.1.0"
The text was updated successfully, but these errors were encountered: