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
The following command leads to an error. However the order, flags and arguments match the required scheme.
npx create-near-app my-app --contract ts --frontend vanilla --tests ts
Arguments error Run npx create-near-app without arguments, or use: npx create-near-app <projectName> --frontend next|vanilla|none --contract rs|ts|none --tests rs|ts|none
The text was updated successfully, but these errors were encountered:
Nice catch, addressed by #2113
Sorry, something went wrong.
Thanks. The error is clear now
Successfully merging a pull request may close this issue.
The following command leads to an error. However the order, flags and arguments match the required scheme.
The text was updated successfully, but these errors were encountered: