-
Notifications
You must be signed in to change notification settings - Fork 68
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
Hint for Yeoman generator version #1765
Comments
You can also run |
Yes, but you will not retrieve any version information. That was the point: when you installed the generator globally (like months ago) and run it, you can not be certain which version it was. |
@Lotes what about printing version info similar to here: This is helpful in CI or local dev context. Something similar could be invoked before calling
Local scope:
|
And maybe we should move away from advising people to use For all tools manageable with volta (node, npm, pnpm, yarn, ng and yo) I have moved away from any other installation locally for those tools. This makes handling such things a lot easier and more reliable. Sorry, this is not an advertisement it is just a description of a less painful experience. 😉 |
I had a bad setup on my system and realized too late that the Yeoman generator was outdated.
A hint during the start would be good to be sure which version you are running. You could also add a hint what version is the latest if you like.
My setup was with Volta and Node installed in parallel, with the old generator in NPM. It was not obvious where the generator was coming from.
The text was updated successfully, but these errors were encountered: