No gems found matching ''
GammaCodeX opened this issue · 2 comments
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
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
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?
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 :)