Skip to content
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

No gems found matching '' #1566

Open
GammaCodeX opened this issue Aug 18, 2018 · 2 comments
Open

No gems found matching '' #1566

GammaCodeX opened this issue Aug 18, 2018 · 2 comments

Comments

@GammaCodeX
Copy link

Hello

I've installed the shoes gem with 'jruby -S gem install shoes --pre' on my windows machine,
and it succesfully installed 15 gems. But when i try to run 'shoes' with or without any arguments i've tried bareword 'shoes' and to open my app 'shoes src/main/app.rb' and packaging my app 'shoes package --jar src/main/app.rb' but all of the above commands result in:
ArgumentError: No gems found matching ''
select_generator at C:/jruby-9.2.0.0/lib/ruby/gems/shared/gems/shoes-core-4.0.0.rc1/lib/shoes/ui/picker.rb:49
require_generator at C:/jruby-9.2.0.0/lib/ruby/gems/shared/gems/shoes-core-4.0.0.rc1/lib/shoes/ui/picker.rb:99
run at C:/jruby-9.2.0.0/lib/ruby/gems/shared/gems/shoes-core-4.0.0.rc1/lib/shoes/ui/picker.rb:28

at C:/jruby-9.2.0.0/lib/ruby/gems/shared/gems/shoes-core-4.0.0.rc1/bin/shoes-picker:12
load at org/jruby/RubyKernel.java:994
at c:\jruby-9.2.0.0\bin\shoes-picker:23

prefixing shoes with bin/ gives me 'bin' is not recognized as an internal or external command,
operable program or batch file. - but given the stacktrace is also clear the gem was found without (and as said its a windows PC)

What should i do in order to get shoes running on my pc? If there is anything i need to provide you to help investigate this dont hesitate to ask. Thanks in advance

@jasonrclark
Copy link
Member

Hi @GammaCodeX thanks for the report! Here's a couple more things to look at.

Could you get me a dir for c:\jruby-9.2.0.0\bin

What does jruby -S gem --version report?

Do other gems that you install that have an executable work for you?

@GammaCodeX
Copy link
Author

GammaCodeX commented Aug 26, 2018

Hi @jasonrclark

dir.txt
contains the contents of my bin folder (output of dir in that folder)

jruby -S gem --version reports that i have version 2.7.8

Rake is functioning fine for me, well at least when its not trying to use it to run my app using the shoes4 gem :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants