node-red-contrib-alexa-remote-cakebaked
node-red-contrib-alexa-remote-cakebaked copied to clipboard
alexa-remote2 dependency
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
@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.
@cakebake would be good to know if you still maintaining. Hope you have enough time resources to do.