1

I have installed Webbynode gem:

sudo gem install webbynode

but when I try some command, like:

wb help

display this error:

Unable to activate launchy-2.1.0, because addressable-2.3.2 conflicts with addressable (~> 2.2.6) (Gem::LoadError)
Pedro Souza
  • 345
  • 1
  • 3
  • 14

1 Answers1

1

Try that:

gem uninstall addressable

So remove the conflicts gems, and should be only one addressable in the end.

It works for me.

rizidoro
  • 13,073
  • 18
  • 59
  • 86