@Satish Chinthanippu Did you ever get it working. I am in the same situation. I did try running it in Git Bash (on windows) and it says "While trying to generate a connector, an error occurred on line 38 of generate.sh and the process aborted early. This is probably a bug."
s
Satish Chinthanippu
06/09/2022, 4:47 AM
@Craig Condie no it didn't work in windows. Instead I tried in Ubuntu and it got success
c
Craig Condie
06/15/2022, 6:06 AM
Finally got it to work in windows.
Had to download nodejs.
then run "npm install" and after that runs, run "npm run generate"
👍 2
s
Satish Chinthanippu
06/29/2022, 4:51 AM
okay. Thank you @Craig Condie Will try these steps