ERR_CONSOLE_WRITABLE_STREAM
node
type_error
official
true
Console expects a writable stream
ID: node/err_console_writable_stream
0%Fix Rate
95%Confidence
0Evidence
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 18 | active | — | — | — |
| 20 | active | — | — | — |
| 22 | active | — | — | — |
Root Cause
Console was instantiated without stdout or stderr writable streams.
generic