Discord-Spotify-RPC icon indicating copy to clipboard operation
Discord-Spotify-RPC copied to clipboard

Can't install zlib-sync and sodium dependencies

Open linux0085 opened this issue 7 years ago • 3 comments

I am trying to install discord Spotify RPC but i am getting this problem

Verbose output (from npm ):
C:\Users\pc\AppData\Roaming\Spotify\Discord-Spotify-RPC>npm install sodium@^2.0.0
npm ERR! code ETARGET
npm ERR! notarget No matching version found for [email protected]
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\pc\AppData\Roaming\npm-cache\_logs\2017-11-30T22_44_47_023Z-debug.log

C:\Users\pc\AppData\Roaming\Spotify\Discord-Spotify-RPC>npm install zlib-sync@^0.1.0
npm ERR! code ETARGET
npm ERR! notarget No matching version found for [email protected]
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\pc\AppData\Roaming\npm-cache\_logs\2017-11-30T22_45_03_627Z-debug.log

C:\Users\pc\AppData\Roaming\Spotify\Discord-Spotify-RPC>
  • nod version: 9.2.0
  • operating system: windows 10 - 64bit

linux0085 avatar Dec 01 '17 04:12 linux0085

Neither of those dependencies are required for normal operation.

devoxin avatar Dec 07 '17 00:12 devoxin

well you right it is warn for required dependencies but i wish this not showing when installing RPC so people don't get confused

C:\Users\pc\AppData\Roaming\Spotify\Discord-Spotify-RPC>npm install
npm WARN [email protected] requires a peer of sodium@^2.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of zlib-sync@^0.1.0 but none is installed. You must install peer dependencies yourself.

up to date in 0.929s

C:\Users\pc\AppData\Roaming\Spotify\Discord-Spotify-RPC>

linux0085 avatar Dec 07 '17 09:12 linux0085

Eh. It's just information that could be useful to the end user.

devoxin avatar Dec 07 '17 10:12 devoxin