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
{{ message }}
This repository was archived by the owner on Nov 20, 2025. It is now read-only.
I receive the console error (node:27103) ExperimentalWarning: The fs.promises API is experimental
which is unfortunate because I'm redirecting the console to the logger and always get this error in Stackdriver as well
From @kriskate on June 25, 2018 21:56
Environment details
@google-cloud/logging-winstonversion: 0.9.0Steps to reproduce
import { LoggingWinston } from'@google-cloud/logging-winston'I receive the console error
(node:27103) ExperimentalWarning: The fs.promises API is experimentalwhich is unfortunate because I'm redirecting the console to the logger and always get this error in Stackdriver as well
Copied from original issue: googleapis/nodejs-logging-winston#105