fluent / fluent-logger-node

A structured logger for Fluentd (Node.js)
Apache License 2.0
259 stars 83 forks source link

Cannot find module 'fluent-logger' #170

Closed happy-machine closed 4 years ago

happy-machine commented 4 years ago

I've followed the examples for setup with and without Winston support (im using Winston). Seems to be a typescript issue? I've tried ts-ignoring the import and creating a ts definition file typing logger as any.

But i get this error when i compile.

Thanks