empierre / MyDomoAtHome

MyDomoAtHome - REST interface for ImperoHome with Domoticz (ISS)

Home Page:http://domoticz.com/wiki/ImperiHome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyDomoAtHome not working with newest Node.js and NPM

Kouwe-sudo opened this issue · comments

Due to a necessary update of Node-red on my Raspberry Pi 3+B I also had to switch to newer versions of Node.js and NPM:

$ npm --version 6.14.7
$ node --version v12.18.3

However, one consequence is that the nice application of your 'MyDomoAtHome' doesn't work anymore. I get the following message when reinstalling:

'The following packages have unfulfilled requirements:
mydomoathome : Requirements: npm (>= 3.5.2)
E: Cannot fix problems, you are holding faulty packets.'

How can I fix this? I have even looked at the French site of the Domoticz forum but the solution is not there yet.

By the way, I did find that nowadays you have to use 'deb https://www.e-nef.com/domoticz/mdah/ buster contrib' instead of the
' deb https://www.e-nef.com/domoticz/mdah/ /'

Is it perhaps an idea to change that in github?