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
Describe the bug When running npx @stricli/create-app@latest --command-type single as shown here, I get an error stating the following:
npx @stricli/create-app@latest --command-type single
No flag registered for --command-type
To Reproduce Steps to reproduce the behavior: Run npx @stricli/create-app@latest --command-type single
Expected behavior A single command app is properly generated.
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
After running the help command, it looks like correct command to run should be
help
npx @stricli/create-app@latest --template single my-app
Sorry, something went wrong.
Ah sorry, that's a typo. It was renamed from --command-type to --template in the tool but not in the tutorial, will fix.
molisani
Successfully merging a pull request may close this issue.
Describe the bug
When running
npx @stricli/create-app@latest --command-type single
as shown here, I get an error stating the following:To Reproduce
Steps to reproduce the behavior:
Run
npx @stricli/create-app@latest --command-type single
Expected behavior
A single command app is properly generated.
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: