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
Upon installing this module with yarn the following warning is encountered:
warning " > [email protected]" has unmet peer dependency "debug@>=2".
I understand that pino-debug requires debug directly in the code, but given that this module is mostly useful for piping 'debug' logs from third party libraries, I would not expect to have to also install debug, as it comes bundled with the third party lib.
I don't really know what the solution is, just that the warning is a little annoying - everything still seems to work ok without explicitly installing debug.
The text was updated successfully, but these errors were encountered:
looks like you guys can do something other than making the peer dep optional (which I think isn't good) as this issue is related on how Yarn triggers peer deps warnings. See yarnpkg/yarn#4675
Upon installing this module with yarn the following warning is encountered:
I understand that pino-debug requires debug directly in the code, but given that this module is mostly useful for piping 'debug' logs from third party libraries, I would not expect to have to also install
debug
, as it comes bundled with the third party lib.I don't really know what the solution is, just that the warning is a little annoying - everything still seems to work ok without explicitly installing
debug
.The text was updated successfully, but these errors were encountered: