You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
User's Windows 7 machine that had zero rubies on it prior, installed Chef-DK and when trying to run foodcritic get the following:
PS C:\chefgit> foodcritic .
C:/opscode/chefdk/embedded/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:126:in `require': cannot load such file -- yajl/2.0/yajl (LoadError)
from C:/opscode/chefdk/embedded/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:126:in `require'
from C:/opscode/chefdk/embedded/lib/ruby/gems/2.0.0/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require'
from C:/opscode/chefdk/embedded/lib/ruby/gems/2.0.0/gems/yajl-ruby-1.1.0-x86-mingw32/lib/yajl/yajl.rb:2:in `<top (required)>'
from C:/opscode/chefdk/embedded/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:73:in `require'
from C:/opscode/chefdk/embedded/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:73:in `require'
from C:/opscode/chefdk/embedded/lib/ruby/gems/2.0.0/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require'
from C:/opscode/chefdk/embedded/lib/ruby/gems/2.0.0/gems/yajl-ruby-1.1.0-x86-mingw32/lib/yajl.rb:1:in `<top (required)>'
from C:/opscode/chefdk/embedded/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:135:in `require'
from C:/opscode/chefdk/embedded/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:135:in `rescue in require'
from C:/opscode/chefdk/embedded/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:144:in `require'
from C:/opscode/chefdk/embedded/lib/ruby/gems/2.0.0/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require'
from C:/opscode/chefdk/embedded/lib/ruby/gems/2.0.0/gems/foodcritic-3.0.3/lib/foodcritic.rb:5:in `<top (required)>'
from C:/opscode/chefdk/embedded/lib/ruby/gems/2.0.0/gems/foodcritic-3.0.3/bin/foodcritic:2:in `require_relative'
from C:/opscode/chefdk/embedded/lib/ruby/gems/2.0.0/gems/foodcritic-3.0.3/bin/foodcritic:2:in `<top (required)>'
from C:/opscode/chefdk/bin/foodcritic:23:in `load'
from C:/opscode/chefdk/bin/foodcritic:23:in `<main>'
The text was updated successfully, but these errors were encountered:
Thanks for the explanation @jf647. A Chef DK release is currently in the works with the ETA of early next week. Closing this issue for now. Let's reopen if we can repro with the new build.
User's Windows 7 machine that had zero rubies on it prior, installed Chef-DK and when trying to run foodcritic get the following:
The text was updated successfully, but these errors were encountered: