am I missing something here
# help-connector-development
s
am I missing something here
c
@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
@Craig Condie no it didn't work in windows. Instead I tried in Ubuntu and it got success
c
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
okay. Thank you @Craig Condie Will try these steps