Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
入力するとgem install commander、次のようになります。
gem install commander
Error installing commander: commander requires highline (~> 1.6.11)
私もgem install highline(「highline-1.6.11を正常にインストールしました))、同じエラーが発生します。このエラーの原因は何でしょうか?
gem install highline
bundle適切なコンテキストやrvmセッションコンテキストにいるかどうかを確認してください。
bundle
rvm
あるコンテキストに正しいhighlineバージョンがインストールされていても、gemが別のコンテキストからロードされている可能性があります。
highline