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
npx create-ink-app js-app
.gitignore
/templates/_common/
It seems like the .gitignore file is missing in the package.
Makes the installer throw an exception and exit not copying any files to destination.
https://stackoverflow.com/a/71232660 (not tested)
The text was updated successfully, but these errors were encountered:
Im getting this error as well. @anddoutoi Did you come up with a solution?
Sorry, something went wrong.
Was able to temporarily work around this by globally installing create-ink-app and creating the .gitignore file there
npm i -g create-ink-app cd ~/.config/nvm/versions/node/v18.14.2/lib/node_modules/create-ink-app/templates/_common touch .gitinore
@cthulhu-bot That makes sense! I wound up installing globally and the copying the changes made to index in #31
04940a3
Successfully merging a pull request may close this issue.
Issue
It seems like the
.gitignore
file is missing in the package.Makes the installer throw an exception and exit not copying any files to destination.
Possible solution
https://stackoverflow.com/a/71232660 (not tested)
The text was updated successfully, but these errors were encountered: