Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alexa-remote2 dependency #21

Open
Dunc80 opened this issue Apr 27, 2021 · 2 comments
Open

alexa-remote2 dependency #21

Dunc80 opened this issue Apr 27, 2021 · 2 comments

Comments

@Dunc80
Copy link

Dunc80 commented Apr 27, 2021

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
Copy link

@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
Copy link

andesse commented Jun 1, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants