質問

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)

正しい解決策はありません

他のヒント

Try that:

gem uninstall addressable

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

It works for me.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top