Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uses broken dependency of old audio-through version #61

Open
pmo1948 opened this issue Apr 26, 2021 · 0 comments
Open

Uses broken dependency of old audio-through version #61

pmo1948 opened this issue Apr 26, 2021 · 0 comments

Comments

@pmo1948
Copy link

pmo1948 commented Apr 26, 2021

This package has a dependency of audio-through v2.2.3 which has a bug

C:\...\node_modules\audio-through\index.js:162
Through.prototype.writableObjectMode = true;
                                     ^

TypeError: Cannot set property writableObjectMode of #<Duplex> which has only a getter
    at Object.<anonymous> (C:\...\node_modules\audio-through\index.js:162:38)
    at Module._compile (internal/modules/cjs/loader.js:1063:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
    at Module.load (internal/modules/cjs/loader.js:928:32)
    at Function.Module._load (internal/modules/cjs/loader.js:769:14)
    at Module.require (internal/modules/cjs/loader.js:952:19)
    at require (internal/modules/cjs/helpers.js:88:18)
    at Object.<anonymous> (C:\...\node_modules\audio-speaker\stream.js:10:15)
    at Module._compile (internal/modules/cjs/loader.js:1063:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)

This bug appears with node v14.16.1.
This bug in the old version makes this package unusable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant