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
TypeError: Cannot set property writableObjectMode of # which has only a getter
at Object. (./node_modules/audio-through/index.js:162:38)
at Module._compile (node:internal/modules/cjs/loader:1368:14)
at Object.S (./node_modules/tsx/dist/cjs/index.cjs:1:1292)
at Module.load (node:internal/modules/cjs/loader:1205:32)
at Module._load (node:internal/modules/cjs/loader:1021:12)
at Module.require (node:internal/modules/cjs/loader:1230:19)
at require (node:internal/modules/helpers:179:18)
at Object. (./node_modules/audio-speaker/stream.js:10:15)
at Module._compile (node:internal/modules/cjs/loader:1368:14)
at Object.S (./node_modules/tsx/dist/cjs/index.cjs:1:1292)
Node.js v21.7.1
The text was updated successfully, but these errors were encountered:
Ohh, its easier than that writable.writableObjectMode is a read only property, and has been that way for a long time, so I guess it just means nodejs added stricter checking.
TypeError: Cannot set property writableObjectMode of # which has only a getter
at Object. (./node_modules/audio-through/index.js:162:38)
at Module._compile (node:internal/modules/cjs/loader:1368:14)
at Object.S (./node_modules/tsx/dist/cjs/index.cjs:1:1292)
at Module.load (node:internal/modules/cjs/loader:1205:32)
at Module._load (node:internal/modules/cjs/loader:1021:12)
at Module.require (node:internal/modules/cjs/loader:1230:19)
at require (node:internal/modules/helpers:179:18)
at Object. (./node_modules/audio-speaker/stream.js:10:15)
at Module._compile (node:internal/modules/cjs/loader:1368:14)
at Object.S (./node_modules/tsx/dist/cjs/index.cjs:1:1292)
Node.js v21.7.1
The text was updated successfully, but these errors were encountered: