boxen / our-boxen

Copy me for your team.
https://github.com/boxen/our-boxen/
MIT License
2.58k stars 884 forks source link

Can't bootstrap, dependencies are outdated. #837

Closed jonstorer closed 6 years ago

jonstorer commented 7 years ago

Full disclosure: I recently merged upstream/our-boxen into my repo. This could be all my fault. In case it isn't:

On this line, https://github.com/boxen/our-boxen/blob/master/script/boxen#L156, the process is aborted when the script script/bootstrap --quiet --deployment --local --without development:test --no-cache has no output. However, the --quiet flag silences the command. Which, to me, means there would be no output even when successful.

Also, when I run the script on the clean (not my machine) checkout of our-boxen, the script has no output.

Any thoughts?

jacobbednarz commented 7 years ago

Very interesting - I haven't been able to replicate this one. I maintain our internal our-boxen and I usually run those changes for a couple of weeks before pushing them upstream to the main line.

Have you tried manually running that command without the --quiet flag to see where it is breaking down?

jacobbednarz commented 6 years ago

Closing due to inactivity, feel free to let me know if you've got anything more to add here.