-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There was an error while trying to load the gem 'uglifier' #1433
Comments
Here's the error that gets returned. I look forward to this being fixed :) /var/lib/gems/2.4.0/gems/bundler-1.15.4/lib/bundler/runtime.rb:85:in Bundler Error Backtrace: from /var/lib/gems/2.4.0/gems/bundler-1.15.4/lib/bundler/runtime.rb:81:in block (2 levels) in require' from /var/lib/gems/2.4.0/gems/bundler-1.15.4/lib/bundler/runtime.rb:77:in each'from /var/lib/gems/2.4.0/gems/bundler-1.15.4/lib/bundler/runtime.rb:77:in block in require' from /var/lib/gems/2.4.0/gems/bundler-1.15.4/lib/bundler/runtime.rb:66:in each'from /var/lib/gems/2.4.0/gems/bundler-1.15.4/lib/bundler/runtime.rb:66:in require' from /var/lib/gems/2.4.0/gems/bundler-1.15.4/lib/bundler.rb:108:in require'from /home/hades/beef/core/loader.rb:10:in <top (required)>' from /usr/local/lib/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in require'from /usr/local/lib/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in require' from ./beef:25:in '
|
Make sure your BeEF is up to date. Make sure you've installed NodeJS. You can try removing the |
@bcoles thanks so much! that fixed my installation :) |
Hey guys. I am on Ubuntu 16.04 running ruby 2.4.1. I have Chrome installed at the moment, but the problem isn't browser-side.
I've gotten every gem to install and from the looks of every other issue and problem along with their fixes, mine should work now. However, whenever I try to start beef with
sudo ./beef
I get a long error saying that uglifier is having a problem. I have therubyracer 0.12.2 installed and everything else looks fine. What's the problem?Obviously, I expect ruby to install the gem and allow me to run beef.
I'm not sure what you can do to re-create this. I'm on a fresh install of ubuntu and I was following the install instructions perfectly.
How can I fix this ?
The text was updated successfully, but these errors were encountered: