We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I install babel-runtime, the latest version is 6.3.19. Then I install vue-loader, there is an warning:
vue-loader@8.0.2 requires a peer of babel-runtime@^5.8.0 but none was installed.
It seems that version 5.8.0 is needed here. So my question is, if I install 6.3.19, could that block my project?
The text was updated successfully, but these errors were encountered:
vuejs/vue-loader#96 (comment)
Sorry, something went wrong.
No branches or pull requests
When I install babel-runtime, the latest version is 6.3.19. Then I install vue-loader, there is an warning:
vue-loader@8.0.2 requires a peer of babel-runtime@^5.8.0 but none was installed.
It seems that version 5.8.0 is needed here. So my question is, if I install 6.3.19, could that block my project?
The text was updated successfully, but these errors were encountered: