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

Doesn't work #3

Open
tnowak opened this issue Mar 16, 2020 · 1 comment
Open

Doesn't work #3

tnowak opened this issue Mar 16, 2020 · 1 comment

Comments

@tnowak
Copy link

tnowak commented Mar 16, 2020

When you install it from the pallete, it installs fine but after using the node for the first time and pressing Deplay, the node dissapears from the left menu and Node-RED reports missing node.
Running npm install doesn't help.

@makstech
Copy link

I have just experienced the same issue and dug a bit deeper.
It seems like, issue is most likely because you are using somewhat outdated Node.js (or rather, author of this package is using somewhat newer Node.js, choose whatever you like more 😄).

In my case, I was using Node-RED in Docker, and their "latest" tag uses Node.js v10.
So, this can be fixed by using latest-12 tag (e.g. nodered/node-red:latest-12), which has Node.js v12 and where this package does actually work.

Hope this helps!

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

2 participants