You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand the reasoning behind vue-loader not requiring vue-template-compiler for version pinning, but I would argue that it should still be listed as a peerDependency. With yarn v2 enforcing strict dependency tree, this is currently throwing an error.
Is there any reason why it has been removed at all ?
The text was updated successfully, but these errors were encountered:
AlexandreBonaventure
changed the title
https://github.com/vuejs/vue-loader/commit/7e5862c3bdf74759069cdb3d53f6e4bc17e3c643#diff-b9cfc7f2cdf78a7f4b91a753d10865a2
vue-template-compiler should be a peerDependency. Yarn v2 compatibility
Feb 11, 2020
AlexandreBonaventure
changed the title
vue-template-compiler should be a peerDependency. Yarn v2 compatibility
Yarn v2 compatibility: add vue-template-compiler as a peerDependency
Feb 11, 2020
Version
15.8.3
I understand the reasoning behind vue-loader not requiring vue-template-compiler for version pinning, but I would argue that it should still be listed as a peerDependency. With yarn v2 enforcing strict dependency tree, this is currently throwing an error.
Is there any reason why it has been removed at all ?
commit ref 7e5862c#diff-b9cfc7f2cdf78a7f4b91a753d10865a2
global vue-cli issue for ref: vuejs/vue-cli#5135
What is expected?
vue-template-compiler
listed as a peerDependencyWhat is actually happening?
it is not
The text was updated successfully, but these errors were encountered: