tajddin / voiceplay

Amazon Echo / Alexa Voice-Activated Airplay Media Server
MIT License
50 stars 14 forks source link

"Invalid active developer path" and "ERR! mdns@2.2.8 install: node-gyp rebuild" #6

Closed mikenz1000 closed 7 years ago

mikenz1000 commented 7 years ago

The npm install voiceplay may fail with "invalid active developer path..." and "missing xcrun" if xcode commandline tools are not installed. Just run xcode-select --install

mikenz1000 commented 7 years ago

Failed with npm ERR! mdns@2.2.8 install: node-gyp rebuild Looks like someone else already took care of updating the mdns version: https://github.com/jcalvert/voiceplay

Will continue with that forked version..