You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use Shaircast for a Multiroom-Soundsystem solution. My actual Set-up is a Raspberry Pi 3 running Raspbian Buster with Shairport-sync and three more Shairport-sync devices (Onion Omega 2) in my network. All in All it works great for the use with iTunes but I'd like to use it with Spotify or iOS also. I am able to stream to one of the devices via Spotify but not to all of them. So I found this Project.
I installed node.js verson 0.10.10 and tried to install shaircast as described in the readme. I get an Error when trying the: npm install command.
This is what it looks like:
`pi@raspberrypi:~/shaircast $ npm install
npm WARN package.json [email protected] No repository field.
npm http GET https://registry.npmjs.org/airtunes
npm http GET https://registry.npmjs.org/nodetunes
npm http GET https://registry.npmjs.org/speaker
npm http 200 https://registry.npmjs.org/speaker
npm ERR! Error: No compatible version found: speaker@'^0.2.5'
npm ERR! Valid install targets:
npm ERR! ["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.0.7","0.0.8","0.0.9","0.0.10","0.1.0","0.1.1","0.1.2","0.1.3","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.3.0","0.3.1","0.4.0","0.4.1","0.4.2","0.5.0","0.5.1"]
npm ERR! at installTargetsError (/usr/local/lib/node_modules/npm/lib/cache.js:709:10)
npm ERR! at /usr/local/lib/node_modules/npm/lib/cache.js:631:10
npm ERR! at saved (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:138:7)
npm ERR! at Object.oncomplete (fs.js:107:15)
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]
npm ERR! System Linux 4.19.97-v7+
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! cwd /home/pi/shaircast
npm ERR! node -v v0.10.10
npm ERR! npm -v 1.2.25
npm http 200 https://registry.npmjs.org/airtunes
npm http 200 https://registry.npmjs.org/nodetunes
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/pi/shaircast/npm-debug.log
npm ERR! not ok code 0
pi@raspberrypi:~/shaircast $
`
I know that this Project is very old, but maybe there's a chance of getting it running again.
Best wishes
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use Shaircast for a Multiroom-Soundsystem solution. My actual Set-up is a Raspberry Pi 3 running Raspbian Buster with Shairport-sync and three more Shairport-sync devices (Onion Omega 2) in my network. All in All it works great for the use with iTunes but I'd like to use it with Spotify or iOS also. I am able to stream to one of the devices via Spotify but not to all of them. So I found this Project.
I installed node.js verson 0.10.10 and tried to install shaircast as described in the readme. I get an Error when trying the: npm install command.
This is what it looks like:
`pi@raspberrypi:~/shaircast $ npm install
npm WARN package.json [email protected] No repository field.
npm http GET https://registry.npmjs.org/airtunes
npm http GET https://registry.npmjs.org/nodetunes
npm http GET https://registry.npmjs.org/speaker
npm http 200 https://registry.npmjs.org/speaker
npm ERR! Error: No compatible version found: speaker@'^0.2.5'
npm ERR! Valid install targets:
npm ERR! ["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.0.7","0.0.8","0.0.9","0.0.10","0.1.0","0.1.1","0.1.2","0.1.3","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.3.0","0.3.1","0.4.0","0.4.1","0.4.2","0.5.0","0.5.1"]
npm ERR! at installTargetsError (/usr/local/lib/node_modules/npm/lib/cache.js:709:10)
npm ERR! at /usr/local/lib/node_modules/npm/lib/cache.js:631:10
npm ERR! at saved (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:138:7)
npm ERR! at Object.oncomplete (fs.js:107:15)
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]
npm ERR! System Linux 4.19.97-v7+
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! cwd /home/pi/shaircast
npm ERR! node -v v0.10.10
npm ERR! npm -v 1.2.25
npm http 200 https://registry.npmjs.org/airtunes
npm http 200 https://registry.npmjs.org/nodetunes
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/pi/shaircast/npm-debug.log
npm ERR! not ok code 0
pi@raspberrypi:~/shaircast $
`
I know that this Project is very old, but maybe there's a chance of getting it running again.
Best wishes
The text was updated successfully, but these errors were encountered: