boxen/our-boxen

Can't bootstrap, dependencies are outdated.

jonstorer opened this issue · 2 comments

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?

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?

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