You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hello
I've installed the shoes gem with 'jruby -S gem install shoes --pre' on my windows machine,
at C:/jruby-9.2.0.0/lib/ruby/gems/shared/gems/shoes-core-4.0.0.rc1/bin/shoes-picker:12and 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
The text was updated successfully, but these errors were encountered: