エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
ruby - 'require': cannot load such file -- 'nokogiri\nokogiri' (LoadError) when running `rails server` - Stack Overflow
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
ruby - 'require': cannot load such file -- 'nokogiri\nokogiri' (LoadError) when running `rails server` - Stack Overflow
I'm running a clean install of Ruby 2.2.1 on Windows 8.1 with DevKit. After the installation I ru... I'm running a clean install of Ruby 2.2.1 on Windows 8.1 with DevKit. After the installation I run: gem install rails rails new testapp cd testapp rails server leaving everything else at default. The process fails at the last line when, instead of running the server, I get the error message in 'require': cannot load such file -- 'nokogiri\nokogiri' (LoadError) It happens every time and I've looked

