require 'opal-jquery' gives error: A file required wasn't found
问题 Opal looks amazing!!! I'm getting the same "A file required wasn't found" error when I try to require 'opal-jquery' on two different Windows 7 and Windows 10 systems: C:\opaltest>node --version v10.15.3 C:\opaltest>ruby -v ruby 2.5.5p157 (2019-03-15 revision 67260) [x64-mingw32] C:\opaltest>gem list -a opal *** LOCAL GEMS *** opal (0.11.4) opal-jquery (0.4.3) The file test.js.rb consists of these 3 lines: require 'opal' require 'opal-jquery' puts 'success' C:\opaltest>opal -c test.js.rb >