Skip to content

Generator missing when specifying a particular version? #121

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

Closed
willemavjc opened this issue Oct 10, 2019 · 2 comments
Closed

Generator missing when specifying a particular version? #121

willemavjc opened this issue Oct 10, 2019 · 2 comments

Comments

@willemavjc
Copy link

willemavjc commented Oct 10, 2019

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)
@willemavjc willemavjc changed the title Generator missing since 1.0.1? Generator missing when specifying a particular version? Oct 10, 2019
@willemavjc
Copy link
Author

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)

Thanks for @DRoet for pointing out the solution.
Closing this issue.

@DRoet
Copy link
Contributor

DRoet commented Oct 17, 2019

To be fair, I think this is an upstream bug.

I create an issue just to be sure: vuejs/vue-cli#4700

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

2 participants