Skip to content

Instantly share code, notes, and snippets.

@kapowaz
Created October 31, 2012 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kapowaz/41a9f59ca014ee69c443 to your computer and use it in GitHub Desktop.
Save kapowaz/41a9f59ca014ee69c443 to your computer and use it in GitHub Desktop.
$ bundle console
irb(main):001:0> require 'guard/sprockets'
LoadError: cannot load such file -- execjs
from /Users/bdarlow/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/guard-sprockets-0.4.0/lib/guard/sprockets.rb:5:in `require'
from /Users/bdarlow/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/guard-sprockets-0.4.0/lib/guard/sprockets.rb:5:in `<top (required)>'
from (irb):1:in `require'
from (irb):1
from /Users/bdarlow/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/cli.rb:497:in `console'
from /Users/bdarlow/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/vendor/thor/task.rb:22:in `run'
from /Users/bdarlow/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
from /Users/bdarlow/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/vendor/thor.rb:263:in `dispatch'
from /Users/bdarlow/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/vendor/thor/base.rb:386:in `start'
from /Users/bdarlow/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.1.5/bin/bundle:13:in `<top (required)>'
from /Users/bdarlow/.rbenv/versions/1.9.3-p194/bin/bundle:23:in `load'
from /Users/bdarlow/.rbenv/versions/1.9.3-p194/bin/bundle:23:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment