When I type gem install commander
, I get:
Error installing commander:
commander requires highline (~> 1.6.11)
I even did gem install highline
("Successfully installed highline-1.6.11") and I get the same error. What could be the cause of this error?