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
amber new can't find the project directory when --deps flag is used and project name is not undercored.
amber new
--deps
amber new HelloAmber --deps
Expected behavior: Dependencies are installed
Actual behavior: Shows an error: No such file or directory
No such file or directory
Reproduces how often: Always
$ crystal -v Crystal 0.26.1 (2018-09-27) LLVM: 6.0.1 Default target: x86_64-pc-linux-gnu $ amber -v Amber CLI (amberframework.org) - v0.10.0
Related #498
The text was updated successfully, but these errors were encountered:
faustinoaq
No branches or pull requests
Description
amber new
can't find the project directory when--deps
flag is used and project name is not undercored.Steps to Reproduce
amber new HelloAmber --deps
Expected behavior: Dependencies are installed
Actual behavior: Shows an error:
No such file or directory
Reproduces how often: Always
Versions
Additional Information
Related #498
The text was updated successfully, but these errors were encountered: