winstonjs/winston-syslog

Error: Cannot find module 'winston-transport'

Opened this issue · 3 comments

Seems like this module only works with the latest release candidate Winston v3? winston-transport is not a dependency of Winston v2.x, only 3.0.

https://github.com/winstonjs/winston-syslog/blob/master/lib/winston-syslog.js#L14

Same here. Any news about this?

If you are on winston@2, then you should npm install winston-syslog@1 for compatibility. It appears that winston-syslog@2 is now for winston@3 (4d34c5f), but I wish a maintainer would comment if this is intentional.

mempf commented

Not the maintainer but can confirm that winston-syslog@2 is meant for winston@3.