-
Notifications
You must be signed in to change notification settings - Fork 139
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
kernel_require.rb:59:in `require': cannot load such file -- text-table (LoadError) #33
Comments
Looks like you're missing the text-table gem. "gem install text-table" should fix it. |
Awesome, thanks! That worked. |
you can help me bro... this my problem Traceback (most recent call last): |
This error is thrown by Yasuo? Can you tell me a little bit more about what you're to do? |
I tried to install it on ubuntu 14.04 [cloud9] |
Can you try the following and let me know if it works: |
1: from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in Hello this is my problem, can you help me? |
Have you already performed the following steps and installed all required gems: |
Hello, |
i have mac but i receive the error 1: from /Users/mubasharhassan/.rubies/ruby-2.6.3/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in any thought please help? |
I'm having the exact same problem. Have you figured it out? |
@Jupitergit101 @imdoey I have not tested Yasuo on Mac osx. Please use Kali Linux if possible. |
i've same problem when i run |
Started receiving this error recently Traceback (most recent call last): |
I am trying to run require command to implement the usage of a module, I'm not able to do it tho! Getting the same error |
Hi, I had quite the same error but it was regarding cd /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/include/ruby-2.6.0/ruby
ln -sf ../../../../Headers/ruby/config.h I followed this answer on Stackoverflow: Note that it says it's for macOS Mojave, but this happened to me on Monterey |
Started receiving this error when i run the commande compass watch !! LoadError on line ["92"] of /usr/local/lib/site_ruby/2.7.0/rubygems/core_ext/kernel_require.rb: cannot load such file -- bootstrap-sass |
Started receiving this error recently even though yasuo was working fine for the longest time:
Any ideas? Tried rebuilding and reinstalling the gems but no luck.
The text was updated successfully, but these errors were encountered: