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
Please, excuse this beginner question. Don't I have to require something to use this. I tried:
require "kemal-auth-token
And got this
Error in src/kemal_names.cr:28: while requiring "kemal-auth-token": can't find file 'kemal-auth-token' relative to '/vagrant/Projects/crystal/kemal_apps/kemal-names/src'
require "kemal-auth-token"
Have I missed something? Crystal 0.24.2 and Kemal 0.22.0.
Thanks for any insight.
The text was updated successfully, but these errors were encountered:
Please, excuse this beginner question. Don't I have to require something to use this. I tried:
And got this
Have I missed something? Crystal 0.24.2 and Kemal 0.22.0.
Thanks for any insight.
The text was updated successfully, but these errors were encountered: