Closed dank074 closed 7 months ago
Does adding
"overrides": {
"prism-media": {
"opusscript": "$opusscript"
}
}
into package.json
work?
Also, sorry for not catching the issue, I was using pnpm for everything 😅
"overrides": { "prism-media": { "opusscript": "$opusscript" } }
That worked, will do this thanks!
Since https://github.com/dank074/Discord-video-stream/pull/84 it seems
npm install
fails with:Should we downgrade opusscript to
"opusscript": "^0.0.8",
until https://github.com/amishshah/prism-media updates their dependencies?