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
4.0.3 and 3.12.0
vuetifyjs/vue-cli-plugins#119 (comment)
Binaries: Node: 12.11.1 - /usr/local/bin/node Yarn: 1.19.0 - /usr/local/bin/yarn npm: 6.11.3 - /usr/local/bin/npm
npm install -g @vue/[email protected] vue create testapp cd testapp vue add [email protected]
Plugin gets installed and invoked just like when not specifying a version number: vue add vuetify works
vue add vuetify
When using 3.12.0:
Successfully installed plugin: [email protected] Plugin [email protected] does not have a generator to invoke
When using 4.0.2:
Successfully installed plugin: [email protected] ERROR Error: Cannot resolve plugin [email protected] from package.json. Did you forget to install it?
The text was updated successfully, but these errors were encountered:
For info: Still occurs with 4.0.5 (and vuetify plugin 1.1.1)
Sticked to Vue CLI 3.12.0 :/
Sorry, something went wrong.
fix: allow specifying plugin version when calling vue add
vue add
0f11b6a
fixes vuejs#4700
fix: allow specifying plugin version when calling vue add (#5497)
aee9e17
fixes #4700
Successfully merging a pull request may close this issue.
Version
4.0.3 and 3.12.0
Reproduction link
vuetifyjs/vue-cli-plugins#119 (comment)
Environment info
Steps to reproduce
What is expected?
Plugin gets installed and invoked just like when not specifying a version number:
vue add vuetify
worksWhat is actually happening?
When using 3.12.0:
When using 4.0.2:
The text was updated successfully, but these errors were encountered: