John Rey Tanquinco
John Rey Tanquinco
You should provide values again for this env vars before running that command `gofabric8 start...` ``` export GITHUB_OAUTH_CLIENT_ID=123 export GITHUB_OAUTH_CLIENT_SECRET=123abc ``` That should solve this issue.
Yes, I did that too but getting the same message: `failed to extract the starterkit...` I even just manually run `composer create-project...` that is inside the script by no luck....
I was trying to fix [ this issue ](https://github.com/nuvoleweb/bootstrap_patterns/issues/6), and able to access `/pattens` link by just doing [this step](https://github.com/nuvoleweb/bootstrap_patterns/issues/6#issuecomment-340652360). Then I received that warning message in Drupal logs.
An alternative workaround to avoid this issue is creating the file `metadata.html.twig` under `patterns` folder. But Im still interesting and looking forward for a fix on this. Thanks!
also interested in this approach, im curious on how do you implement custom event subscriber @gabesullice , can you please give us clear example how to do that? Appreciate your...