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

Raspbian Buster full compatibility

empierre opened this issue · comments

Debian Buster requires node.js v10.x !!
nodejs (10.15.2~dfsg-2)

raspbian 9 stretch supports 8 only
nodejs | 8.11.1dfsg-2bpo9+1 | http://archive.raspberrypi.org/debian stretch/main armhf
nodejs | 4.8.2~dfsg-1 | http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages

node 8 not working, fallback:
sudo apt-cache madison nodejs
nodejs | 8.11.1dfsg-2bpo9+1 | http://archive.raspberrypi.org/debian stretch/main armhf Packages
nodejs | 4.8.2dfsg-1 | http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
sudo apt-get install nodejs=4.8.2
dfsg-1

Ubuntu 16.04.6 LTS (Xenial Xerus)
nodejs | 4.2.6dfsg-1ubuntu4.2 | http://ports.ubuntu.com/ubuntu-ports xenial-updates/universe armhf
nodejs | 4.2.6
dfsg-1ubuntu4.2 | http://ports.ubuntu.com/ubuntu-ports xenial-security/universe armhf
nodejs | 4.2.6~dfsg-1ubuntu4 | http://ports.ubuntu.com/ubuntu-ports xenial/universe armhf
nodejs | 4.2.2 | https://www.e-nef.com/domoticz/mdah Packages

fixed, just need to install npm, doc updated

Hi empierre,

I'm having troubles installing nodejs and mdah on latest buster build... are you sure it is solved ? I've followed the updated readme, still not able to install the packages.

Thanks

Edit : I have a fresh buster install.

Hi,

Actually despite following the specific instructions fot buster, i was using a noobs install.. I've just made a full iso fresh install and everything went well :) Thank you again.