Skip to content

Instantly share code, notes, and snippets.

@LouisKottmann
Last active December 14, 2015 06:09
Show Gist options
  • Save LouisKottmann/5040267 to your computer and use it in GitHub Desktop.
Save LouisKottmann/5040267 to your computer and use it in GitHub Desktop.
Error when running bundle help

What you're trying to accomplish

Viewing bundle's documentation

The command you ran

bundle help

What you expected to happen

It should show the documentation

What actually happened

It raised an error (crashed, basically)

The exception backtrace(s), if any

PS C:\Ruby200\bin> bundle help
        Unfortunately, a fatal error has occurred. Please see the Bundler
        troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
C:/Ruby200/lib/ruby/gems/2.0.0/gems/bundler-1.3.0/lib/bundler/cli.rb:53:in `read': No such file or directory - C:/Ruby20
0/lib/ruby/gems/2.0.0/gems/bundler-1.3.0/lib/bundler/man/bundle.txt (Errno::ENOENT)
        from C:/Ruby200/lib/ruby/gems/2.0.0/gems/bundler-1.3.0/lib/bundler/cli.rb:53:in `help'
        from C:/Ruby200/lib/ruby/gems/2.0.0/gems/bundler-1.3.0/lib/bundler/vendor/thor/task.rb:27:in `run'
        from C:/Ruby200/lib/ruby/gems/2.0.0/gems/bundler-1.3.0/lib/bundler/vendor/thor/invocation.rb:120:in `invoke_task
'
        from C:/Ruby200/lib/ruby/gems/2.0.0/gems/bundler-1.3.0/lib/bundler/vendor/thor.rb:344:in `dispatch'
        from C:/Ruby200/lib/ruby/gems/2.0.0/gems/bundler-1.3.0/lib/bundler/vendor/thor/base.rb:434:in `start'
        from C:/Ruby200/lib/ruby/gems/2.0.0/gems/bundler-1.3.0/bin/bundle:20:in `block in <top (required)>'
        from C:/Ruby200/lib/ruby/gems/2.0.0/gems/bundler-1.3.0/lib/bundler/friendly_errors.rb:4:in `with_friendly_errors
'
        from C:/Ruby200/lib/ruby/gems/2.0.0/gems/bundler-1.3.0/bin/bundle:20:in `<top (required)>'
        from C:/Ruby200/bin/bundle:23:in `load'
        from C:/Ruby200/bin/bundle:23:in `<main>'      

Everything output by running bundle env

PS C:\Ruby200\bin> bundle env
Bundler 1.3.0
Ruby 2.0.0 (2013-02-24 patchlevel 0) [i386-mingw32]
Rubygems 2.0.0
GEM_HOME


Gemfile
<No Gemfile found>


Gemfile.lock
<No Gemfile.lock found>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment