vladfaust / crystalworld

RealWorld back-end API implementation 👍
https://realworld.io
MIT License
43 stars 5 forks source link

require "logger" #12

Open satrioaw opened 3 years ago

satrioaw commented 3 years ago

I tried to run but showing this error even after shards install

`Showing last frame. Use --error-trace for full trace.

In lib/onyx-http/src/onyx-http/middleware/logger.cr:1:1

1 | require "logger" ^ Error: can't find file 'logger'`

WNemencha commented 1 year ago

Add this into your shard.yml's dependencies block:

logger:
  github: crystal-lang/logger.cr
  version: ~> 0.1.0