Bonjour,
Je possède Jeedom installé sur une Odroid C4 et je n’arrive pas à installer les dépendances du plugin Google Smart Home !
+ echo '*******************Begin of package installation******************'
*******************Begin of package installation******************
+ touch /tmp/jeedom_install_in_progress_gsh
+ echo 1
+ echo 2
+ cd /var/www/html/core/class/../../plugins/gsh/resources/gshd
+ rm -rf node_modules
+ sudo npm install
added 32 packages, and audited 33 packages in 3s
1 package is looking for funding
run `npm fund` for details
found 0 vulnerabilities
+ chown -R www-data:www-data gshd.js node_modules package-lock.json package.json
+ echo 3
+ php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end gsh
+ rm /tmp/jeedom_install_in_progress_gsh
+ echo '*******************End of package installation******************'
*******************End of package installation******************
J’obtiens ça et je ne sais vraiment pas pourquoi
Je précise que j’ai déjà pas mal fouiller sur le forum en essayant les solutions proposées pour ce genre de problèmes mais rien n’y fait …
Merci d’avance si quelqu’un a une idée !