Closed serkonda7 closed 11 months ago
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
Nice catch, addressed by #2113
Thanks. The error is clear now
The following command leads to an error. However the order, flags and arguments match the required scheme.