dank074 / Discord-video-stream

Experiment for making video streaming work for discord selfbots.
180 stars 32 forks source link

Peer dependency conflict #89

Closed Giggitybyte closed 5 months ago

Giggitybyte commented 5 months ago

After following the installation instructions on the README, my project is broken and I cannot install packages through npm

npm install @dank074/discord-video-stream@latest
npm install discord.js-selfbot-v13@latest
npm install dotenv

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @dank074/discord-video-stream@3.1.1
npm ERR! Found: discord.js-selfbot-v13@3.1.4
npm ERR! node_modules/discord.js-selfbot-v13
npm ERR!   discord.js-selfbot-v13@"^3.1.4" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer discord.js-selfbot-v13@"2.x" from @dank074/discord-video-stream@3.1.1
npm ERR! node_modules/@dank074/discord-video-stream
npm ERR!   @dank074/discord-video-stream@"^3.1.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: discord.js-selfbot-v13@2.15.1
npm ERR! node_modules/discord.js-selfbot-v13
npm ERR!   peer discord.js-selfbot-v13@"2.x" from @dank074/discord-video-stream@3.1.1
npm ERR!   node_modules/@dank074/discord-video-stream
npm ERR!     @dank074/discord-video-stream@"^3.1.1" from the root project
dank074 commented 5 months ago

Been resolved in https://github.com/dank074/Discord-video-stream/pull/84 just need to publish a new version. Let me do that