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 am trying to get started with zajal by following the README but I am facing this problem:
$ bin/zajal examples/hello-world.zj 21:56:52
An exception occurred running bin/zajal:
no such file to load -- zajal (LoadError)
Backtrace:
Rubinius::CodeLoader#load_error at kernel/common/code_loader.rb:439
Rubinius::CodeLoader#resolve_require_path at kernel/common/code_loader.rb:423
{ } in Rubinius::CodeLoader#require at kernel/common/code_loader.rb:103
Rubinius.synchronize at kernel/bootstrap/rubinius.rb:137
Rubinius::CodeLoader#require at kernel/common/code_loader.rb:102
Rubinius::CodeLoader.require at kernel/common/code_loader.rb:237
Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:685
Kernel(Object)#require at /home/maca/.rbenv/versions/rbx-2.0.0-dev/lib/rubygems/core_ext/kernel_require.rb:53
Object#__script__ at bin/zajal:5
Rubinius::CodeLoader#load_script at kernel/delta/code_loader.rb:66
Rubinius::CodeLoader.load_script at kernel/delta/code_loader.rb:182
Rubinius::Loader#script at kernel/loader.rb:648
Rubinius::Loader#main at kernel/loader.rb:830
The text was updated successfully, but these errors were encountered:
I am trying to get started with zajal by following the README but I am facing this problem:
The text was updated successfully, but these errors were encountered: