The terminfo database could not be found. (Reline::Terminfo::TerminfoError)
I also see this; commenting out the debug gem in Gemfile also seems to avoid this. This is on M1 mac-mini; I have an Intel MBP and the same git pull has no problems on that machine. Not sure if something else is different (e.g., homebrew package versions, build tools versions, etc.), or if arch is relevant.
Digging deeper into this, this appears to possibly be an intersection of reline + tmux (which is being used by overmind).
Related GitHub issues:
- https://github.com/ruby/reline/issues/447
- https://github.com/DarthSim/overmind/issues/132
- https://github.com/bullet-train-co/bullet_train/issues/224
In the comments, a workaround is documented here:
- https://github.com/DarthSim/overmind/issues/132#issuecomment-1150410523
"As a workaround, I added the line
For me, this file is
Related GitHub issues:
- https://github.com/ruby/reline/issues/447
- https://github.com/DarthSim/overmind/issues/132
- https://github.com/bullet-train-co/bullet_train/issues/224
In the comments, a workaround is documented here:
- https://github.com/DarthSim/overmind/issues/132#issuecomment-1150410523
"As a workaround, I added the line
set -g default-terminal screen-256color
in my ~/.config/tmux/tmux.conf
."For me, this file is
~/.tmux.conf
, but this workaround did indeed work for me.Notifications
You’re not receiving notifications from this thread.