Skip to content
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

Vue-cli-service: make vue-template-compiler a peerDependencie #2086

Closed
AlexandreBonaventure opened this issue Aug 6, 2018 · 0 comments
Closed

Comments

@AlexandreBonaventure
Copy link
Contributor

What problem does this feature solve?

If you are using vue-cli without the latest vue, the CLI will throw a Vue packages version mismatch because it is always downloading the latest vue-template-compiler in https://github.com/vuejs/vue-cli/blob/dev/packages/%40vue/cli-service/package.json#L65

What does the proposed API look like?

Making vue-template a peer dependencie would solve the issue and allow to set a specific version of vue-template-compiler in your project specific package.json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant