node-red-contrib-alexa-remote-cakebaked icon indicating copy to clipboard operation
node-red-contrib-alexa-remote-cakebaked copied to clipboard

alexa-remote2 dependency

Open Dunc80 opened this issue 4 years ago • 2 comments
trafficstars

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

Dunc80 avatar Apr 27 '21 16:04 Dunc80

@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.

johnwyles avatar May 12 '21 23:05 johnwyles

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

andesse avatar Jun 01 '21 07:06 andesse