I try to run jekyll on my local machine running Windows 8.1, I have Ruby installed and running, but every time I run the jekyll serve command, I get an error:
C:/Ruby22/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file
I tried to set hits manually through gem install hitimes and it works fine if I open irb , I can require 'hitimes' without any problems, it just doesn't work for jekyll.
My gem environment :
RubyGems Environment: - RUBYGEMS VERSION: 2.4.5 - RUBY VERSION: 2.2.1 (2015-02-26 patchlevel 85) [i386-mingw32] - INSTALLATION DIRECTORY: C:/Ruby22/lib/ruby/gems/2.2.0 - RUBY EXECUTABLE: C:/Ruby22/bin/ruby.exe - EXECUTABLE DIRECTORY: C:/Ruby22/bin - SPEC CACHE DIRECTORY: C:/Users/adam.laycock/.gem/specs - SYSTEM CONFIGURATION DIRECTORY: C:/ProgramData - RUBYGEMS PLATFORMS: - ruby - x86-mingw32 - GEM PATHS: - C:/Ruby22/lib/ruby/gems/2.2.0 - C:/Users/adam.laycock/.gem/ruby/2.2.0 - GEM CONFIGURATION: - :update_sources => true - :verbose => true - :backtrace => false - :bulk_threshold => 1000 - REMOTE SOURCES: - https://rubygems.org/ - SHELL PATH: - C:\RubyDevKit\bin - C:\RubyDevKit\mingw\bin - C:\windows\system32 - C:\windows - C:\windows\System32\Wbem - C:\windows\System32\WindowsPowerShell\v1.0\ - C:\Program Files\nodejs\ - C:\Users\adam.laycock\AppData\Roaming\npm - C:\Users\adam.laycock\AppData\Local\GitHub\PortableGit_c2ba306e536fdf878271f7fe636a147ff37326ad\cmd - C:\Users\adam.laycock\AppData\Local\GitHub\PortableGit_c2ba306e536fdf878271f7fe636a147ff37326ad\bin - C:\Users\adam.laycock\AppData\Local\GitHub\PortableGit_c2ba306e536fdf878271f7fe636a147ff37326ad\mingw\bin - C:\Users\adam.laycock\AppData\Local\Apps\2.0\O3WGNDW8.VMM\C2M3657K.JNR\gith..tion_317444273a93ac29_0002.000a_7c768ac46c12be54 - C:\windows\Microsoft.NET\Framework\v4.0.30319 - C:\Ruby22\Bin
jekyll -v returns 2.5.3
windows ruby
Arcath
source share