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
Hi, I tried to use this package for nestjs application, but I got this error:
TS2740: Type 'WinstonAzureBlob' is missing the following properties from type 'TransportStream': writable, writableEnded, writableFinished, writableHighWaterMark, and 32 more.
These are my dependencies:
"winston": "^3.10.0",
"winston-azure-blob": "^1.4.0"
Is there something missing? Please let me know.
The text was updated successfully, but these errors were encountered:
Thanks for submitting this. I just threw this into a new nestjs app and I cannot replicate your issue. Can you share some more details or code related to you issue?
Hi, I tried to use this package for nestjs application, but I got this error:
TS2740: Type 'WinstonAzureBlob' is missing the following properties from type 'TransportStream': writable, writableEnded, writableFinished, writableHighWaterMark, and 32 more.
These are my dependencies:
"winston": "^3.10.0",
"winston-azure-blob": "^1.4.0"
Is there something missing? Please let me know.
The text was updated successfully, but these errors were encountered: