prism-media icon indicating copy to clipboard operation
prism-media copied to clipboard

Error when installing prism-media

Open k2helix opened this issue 3 years ago • 2 comments

Issue:

I'm not being able to install prism-media as it returns the following error:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: @discordjs/[email protected]
npm ERR! node_modules/@discordjs/opus
npm ERR!   @discordjs/opus@"^0.6.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peerOptional @discordjs/opus@"^0.5.0" from [email protected]
npm ERR! node_modules/prism-media
npm ERR!   prism-media@"*" from the root project
npm ERR!   prism-media@"^1.3.1" from @discordjs/[email protected]
npm ERR!   node_modules/@discordjs/voice
npm ERR!     @discordjs/voice@"^0.6.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @discordjs/[email protected]
npm ERR! node_modules/@discordjs/opus
npm ERR!   peerOptional @discordjs/opus@"^0.5.0" from [email protected]
npm ERR!   node_modules/prism-media
npm ERR!     prism-media@"*" from the root project
npm ERR!     node_modules/@discordjs/voice
npm ERR!       @discordjs/voice@"^0.6.0" from the root project

Steps to reproduce:

npm install prism-media

Further details:

  • Operating System: Windows 10
  • Node.js version: 16.8.0

k2helix avatar Sep 19 '21 19:09 k2helix