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
Bug
When on call command yo -h the generator crashes with some error like the following Cannot read properties of undefined (reading 'initializing')
It works when --help is used instead
The step ('initializing') depends on the generator and could also be prompting
The help is returned
error is returned Cannot read properties of undefined (reading 'initializing')
run command yo -h
Cannot read properties of undefined (reading 'initializing')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Type of issue
Bug
When on call command yo -h the generator crashes with some error like the following
Cannot read properties of undefined (reading 'initializing')
It works when --help is used instead
The step ('initializing') depends on the generator and could also be prompting
My environment
Expected behavior
The help is returned
Current behavior
error is returned
Cannot read properties of undefined (reading 'initializing')
Steps to reproduce the behavior
run command yo -h
Command line output
Cannot read properties of undefined (reading 'initializing')
The text was updated successfully, but these errors were encountered: