この jekyll テンプレート ( https://themeforest.net/item/toile-responsive-jekyll-theme-for-bloggers-and-writers/23079570 ) を使用して新しい Web サイトを構築しようとしています。
しかし、コマンド「bundle install」を実行すると、次のコード エラーが発生しました。
Installing http_parser.rb 0.6.0 with native extensions
Gem::InstallError: The 'http_parser.rb' native gem requires installed
build
tools.
Please update your PATH to include build tools or download the DevKit
from 'http://rubyinstaller.org/downloads' and follow the instructions
at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'
An error occurred while installing http_parser.rb (0.6.0), and Bundler
cannot
continue.
Make sure that `gem install http_parser.rb -v '0.6.0' --source
'https://rubygems.org/'` succeeds before bundling.
助けていただけますか?:)
コミュニティに感謝します!
Ps: 私は開発者ではありません。このテンプレートを機能させようとしている好奇心旺盛でやる気のある人です。
ここで報告されている「適切な」インストールに注意深く従いました:http://jekyll-windows.juthilo.com/1-ruby-and-devkit/
さらに、C: で DevKit の構成ファイルを確認できますが、パスは問題ないようでわかりません。
PS C:\Users\Matthis\Desktop\EtoileOK\etoile> bundle install
Fetching gem metadata from https://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Using public_suffix 3.0.3
Using addressable 2.5.2
Using bundler 2.0.1
Using colorator 1.1.0
Using concurrent-ruby 1.1.4
Using eventmachine 1.2.7 (x64-mingw32)
Fetching http_parser.rb 0.6.0
Installing http_parser.rb 0.6.0 with native extensions
Gem::InstallError: The 'http_parser.rb' native gem requires installed
build
tools.
Please update your PATH to include build tools or download the DevKit
from 'http://rubyinstaller.org/downloads' and follow the instructions
at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'
An error occurred while installing http_parser.rb (0.6.0), and Bundler
cannot
continue.
Make sure that `gem install http_parser.rb -v '0.6.0' --source
'https://rubygems.org/'` succeeds before bundling.
In Gemfile:
jekyll-livereload was resolved to 0.2.2, which depends on
em-websocket was resolved to 0.5.1, which depends on
http_parser.rb
PS C:\Users\Matthis\Desktop\EtoileOK\etoile>
この問題を解決する方法を理解したいので、個人のWebサイトで作業を開始できます:)
コミュニティに感謝します!;)
マット