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
I am no expert with Vuetify plugin for Vue Cli 3.x but I feel like a generator is missing or is not found when specifying a particular version.
When I use a version number "x.y.z", I got the following warning:
Plugin [email protected] does not have a generator to invoke
Here's how it happened:
/usr/src/app/one # vue add [email protected] Installing [email protected]. + [email protected] added 4 packages from 7 contributors and audited 24929 packages in 39.245s found 0 vulnerabilities Successfully installed plugin: [email protected] Plugin [email protected] does not have a generator to invoke /usr/src/app/one #
This happens with 1.0.0 too.
It would be nice to be able to use that quick and useful preset selection, as stated in the documentation of Vuetify:
https://vuetifyjs.com/en/getting-started/quick-start#new-applications
The main difference here is that the version is not specified.
/usr/src/app/one # vue add vuetify Installing vue-cli-plugin-vuetify. + [email protected] updated 1 package and audited 24929 packages in 44.69s found 0 vulnerabilities Successfully installed plugin: vue-cli-plugin-vuetify ? Choose a preset: (Use arrow keys) ❯ Default (recommended) Prototype (rapid development) Configure (advanced)
The text was updated successfully, but these errors were encountered:
Bug was between the keyboard and the chair: I did not know another command called vue invoke was required when using version. See #119 (comment)
vue invoke
Thanks for @DRoet for pointing out the solution. Closing this issue.
Sorry, something went wrong.
To be fair, I think this is an upstream bug.
I create an issue just to be sure: vuejs/vue-cli#4700
No branches or pull requests
I am no expert with Vuetify plugin for Vue Cli 3.x but I feel like a generator is missing or is not found when specifying a particular version.
When I use a version number "x.y.z", I got the following warning:
Here's how it happened:
This happens with 1.0.0 too.
It would be nice to be able to use that quick and useful preset selection, as stated in the documentation of Vuetify:
https://vuetifyjs.com/en/getting-started/quick-start#new-applications
The main difference here is that the version is not specified.
The text was updated successfully, but these errors were encountered: