Closed argahsuknesib closed 6 months ago
globalThis is defined in Node.js 12+ which is the earliest version of Node.js readable-stream 4 supports.
If you need to support an older version of Node.js use readable-stream at version 3 which runs Node 6+
I get this error,
How should I avoid this?