Discord-Spotify-RPC
Discord-Spotify-RPC copied to clipboard
Can't install zlib-sync and sodium dependencies
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
Neither of those dependencies are required for normal operation.
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>
Eh. It's just information that could be useful to the end user.