kemal-auth-token icon indicating copy to clipboard operation
kemal-auth-token copied to clipboard

Require error

Open lebogan opened this issue 7 years ago • 0 comments

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.

lebogan avatar Apr 23 '18 17:04 lebogan