@davethecust The exact scenario was something like this:
Clone the developer rig
Went through setup
Executed from inside the dev-rig directory: yarn extension-init -a <github-username> -r https://github.com/twitchdev/extensions-hello-world -l hello
Result:
yarn run v1.7.0
$ node ./scripts/extensions-init.js -a <github-username> -r https://github.com/twitchdev/extensions-helloworld -l hello-world
Segmentation fault (core dumped)
error Command failed with exit code 139
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
I hope this is helpful, and appreciate your time.