Question

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)

No correct solution

OTHER TIPS

Try that:

gem uninstall addressable

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

It works for me.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top