Closed dthvt closed 1 year ago
Thanks for the issue @dthvt, I walked through the README and wasn't able to reproduce.
Can you confirm that the bin/
directory was correctly cloned? Based of the error, bin/build.js
seems to be missing causing your error.
bin/build.js is there. I am going to try to perform the build on an EC2 instance instead of a Workspace when I have time to see if maybe it's something Workspace specific that's failing.
@ihmaws I was successful building in a vanilla Amazon Linux 2 EC2 instance and eventually tracked this down to being caused by the repo getting checked out with git autocrlf set to true in my local environment, which caused bin/build.js to have dos style line endings. I've rectified on my end. Thanks!
Describe the bug
Following the Custom deployment of QnABot on AWS section of README.md does not successfully deploy QnABot.
To Reproduce
Expected behavior
Expect the bootstrap CloudFormation to deploy successfully.
Please complete the following information about the solution:
To get the version of the solution, you can look at the description of the created CloudFormation stack. For example, "(SO0189) QnABot [...] v0.0.1".
Screenshots
Additional context