Hello everyone, please an error while trying to cr...
# ask-community-for-troubleshooting
d
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
Are you using WSL2?
d
@Marcos Marx (Airbyte) No I’m not
c
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
Thank you @Craig Condie I'd do just that
@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