Search code examples
cloud-foundryvmc

I can't execute command: vmc info


Here is the error info

D:/software/Ruby187/lib/ruby/site_ruby/1.8/rubygems/specification.rb:1637:in ra
ise_if_conflicts': Unable to activate cfoundry-0.4.8, because multi_json-1.3.6 c
onflicts with multi_json (~> 1.4.0) (Gem::LoadError)
from D:/software/Ruby187/lib/ruby/site_ruby/1.8/rubygems/specification.rb:746:in activate'

Solution

  • Uninstall multi_json by using the following command, when asked which version select "all versions"

    gem uninstall multi_json
    

    then, re-install vmc

    gem install vmc