Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Webbynodegemをインストールしました。
sudo gem install webbynode
しかし、次のようなコマンドを試してみると、
wb help
このエラーを表示します:
Unable to activate launchy-2.1.0, because addressable-2.3.2 conflicts with addressable (~> 2.2.6) (Gem::LoadError)
それを試してください:
gem uninstall addressable
そのため、競合する gem を削除し、最終的にアドレス指定できるのは 1 つだけにする必要があります。
わたしにはできる。