Sorry falls ich hier im falschen Bereich gelandet bin, kenne mich im Forum noch nicht so gut aus.
Systemdata | Bitte Ausfüllen |
---|---|
Hardwaresystem: | Docker Container on NAS |
Arbeitsspeicher: | 16GB |
Festplattenart: | HDD |
Betriebssystem: | Linux |
Node-Version: | ??? |
Nodejs-Version: | 12.19.0 |
NPM-Version: | 6.14.8 |
Installationsart: | allgemein Skript, für sonos-http-api manuell in bash |
Image genutzt: | Ja |
Ort/Name der Imagedatei: | Link |
Bei Vorgehen wie in der Dummies-Anleitung beschrieben erhalte ich folgende Fehlermeldung:
npm ERR! code ENOTSUP
npm ERR! notsup Unsupported engine for sonos-http-api@1.6.9: wanted: {"node":">=4.0.0","npm":"^2.0.0"} (current: {"node":"12.19.0","npm":"6.14.8"})
npm ERR! notsup Not compatible with your version of node/npm: sonos-http-api@1.6.9
npm ERR! notsup Not compatible with your version of node/npm: sonos-http-api@1.6.9
npm ERR! notsup Required: {"node":">=4.0.0","npm":"^2.0.0"}
npm ERR! notsup Actual: {"npm":"6.14.8","node":"12.19.0"}
In meinen Augen sind beide Requirements erfüllt, was mache ich falsch?