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
Currently, when generating a project from CLI, we get this error:
❯ npx @nimblehq/infra-template generate Couldn't find tsconfig.json. tsconfig-paths will be skipped › Error: command generate not found
We should be able to generate a new project.
npx @nimblehq/infra-template generate test
The text was updated successfully, but these errors were encountered:
[#250] Fix: Command generate not found
ab90bca
[#250] Update eslint
8db365a
Merge pull request #251 from nimblehq/bug/gh-250-fix-command-generate…
9d4ed3c
…-not-found [#250] Fix: Command generate not found
hoangmirs
Successfully merging a pull request may close this issue.
Issue
Currently, when generating a project from CLI, we get this error:
Expected
We should be able to generate a new project.
Steps to reproduce
npx @nimblehq/infra-template generate test
The text was updated successfully, but these errors were encountered: