cakebake / node-red-contrib-alexa-remote-cakebaked

Forked for me and the community to keep dependencies up to date :)
MIT License
42 stars 6 forks source link

alexa-remote2 dependency #21

Open Dunc80 opened 3 years ago

Dunc80 commented 3 years ago

Hello,

This has stopped loading routines I remember this fork was created because of the same issue because of dependencies needing updating

There is a workaround here: https://gist.github.com/877dev/536e35ef79f30cc297d313185cdd430e

I had to modify the workaround slightly, because my installation is in a slightly different place, this is what worked for me:

cd ~/.node-red/node_modules/alexa-remote2
sudo mv alexa-remote.js alexa-remote.js.BAK
sudo mv alexa-wsmqtt.js alexa-wsmqtt.js.BAK
sudo mv package.json package.json.BAK

cd ~
mkdir alexatemp
cd alexatemp
git clone https://github.com/Apollon77/alexa-remote

cd ~/.node-red/node_modules/alexa-remote2
sudo cp ~/alexatemp/alexa-remote/alexa-remote.js .
sudo cp ~/alexatemp/alexa-remote/alexa-wsmqtt.js .
sudo cp ~/alexatemp/alexa-remote/package.json .

node-red-restart
johnwyles commented 3 years ago

@cakebake Are you still actively maintaining this fork? It seems to be the only hope since something happened with the original project.

@Dunc80 good to know I was seeing these issues and thought I had somehow gone back to the old fork but I rebooted and I no longer saw this issue.

andesse commented 3 years ago

@cakebake would be good to know if you still maintaining. Hope you have enough time resources to do.