echobind / bisonapp

A Full Stack Jamstack in-a-box brought to you by Echobind
MIT License
590 stars 29 forks source link

Generator doesn't seem to work? #227

Open FarazPatankar opened 2 years ago

FarazPatankar commented 2 years ago

Hey, so I wanted to check this out today and I tried using both npx and yarn create. The generators ask all the questions and also show the success state but nothing gets created?

I also tried different node versions. Screenshot below 👇

bison@2x
kgajera commented 2 years ago

Hi @FarazPatankar, thanks for reporting this. Currently, if you choose "Heroku" as the deployment option, it requires that you already have the Heroku CLI installed for it to proceed with the setup.

We have refactored this recently so that the Heroku CLI isn't required anymore but this change has not been officially released yet. To create a Bison app using our bleeding edge version, you can run npx create-bison-app@canary MyApp.

FarazPatankar commented 2 years ago

Ah, I see. I'll try to give it a shot today.

I was hoping to create a starter for Railway btw. It'd be really cool if we could also add it as a deployment option.

Let me know if that's something we can work towards?

cball commented 2 years ago

@FarazPatankar absolutely! We also plan to support Render as an out of the box option soon. We'll probably need a better way to organize the different prompt paths, so if you have any suggestions there as you're looking at it we'd love to hear them.