Hello everyone, please an error while trying to create a source following this article https://docs.airbyte.com/connector-development/tutorials/cdk-speedrun/ (CDK speed run HTTP API source creation)
The generate.sh script exits with an error at line 38.
I have attached some images of my output
Note: 1. I am running on a windows OS
2. The error disappeared so fast I had to screen record to get evidence
m
Marcos Marx (Airbyte)
07/06/2022, 7:53 PM
Are you using WSL2?
d
David Oden
07/07/2022, 2:25 AM
@Marcos Marx (Airbyte) No I’m not
c
Craig Condie
07/07/2022, 10:54 PM
I had a similar issue. Ultimately, I had to install Nodejs. Then in that same "airbyte-integrations\connector-templates\generator" folder run "npm install". Once that's done, "npm run generate"
d
David Oden
07/08/2022, 8:45 AM
Thank you @Craig Condie I'd do just that
David Oden
07/08/2022, 6:26 PM
@Craig Condie Apparently I have ended up with another error while running “npm run generate”.
A syntax error, I have tried everything I have seen online to no avail, I really don't know if there is another way around this.
Who else can I tag? @Marcos Marx (Airbyte)
Please help