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

Unable to install from Palette / Docker #626

Open
MrSiO opened this issue Dec 22, 2023 · 3 comments
Open

Unable to install from Palette / Docker #626

MrSiO opened this issue Dec 22, 2023 · 3 comments

Comments

@MrSiO
Copy link

MrSiO commented Dec 22, 2023

I'm unable to install node-red-contrib-chatbot from NodeRed's 'manage palette'.

Running nodered on Docker Linux latest version.

I'm getting the following errors:
Screenshot_20231221-215950_Chrome.jpg

Screenshot_20231221-220802_Chrome.jpg

Screenshot_20231221-220851_Chrome.jpg

Screenshot_20231221-220944_Chrome.jpg

Thx for any hints!

@ricardolan85
Copy link

Same here...

2024-01-05T00:48:53.340Z [err] ERESOLVE
2024-01-05T00:48:53.340Z [err] overriding peer dependency
2024-01-05T00:49:04.060Z [err] npm
2024-01-05T00:49:04.060Z [err] ERR! code EBADENGINE
2024-01-05T00:49:04.067Z [err] npm ERR! engine
2024-01-05T00:49:04.067Z [err] Unsupported engine
2024-01-05T00:49:04.067Z [err] npm ERR! engine Not compatible with your version of node/npm: @slack/[email protected]
2024-01-05T00:49:04.067Z [err] npm ERR!
2024-01-05T00:49:04.067Z [err] notsup Not compatible with your version of node/npm: @slack/[email protected]
2024-01-05T00:49:04.067Z [err] npm ERR! notsup Required: {"node":">= 18","npm":">= 8.6.0"}
2024-01-05T00:49:04.067Z [err] npm
2024-01-05T00:49:04.067Z [err] ERR! notsup Actual: {"npm":"8.19.4","node":"v16.20.2"}
2024-01-05T00:49:04.069Z [err]

@npdgm
Copy link

npdgm commented Jan 26, 2024

You need to run Node-Red with Node.js version 18, not 16.
There are container image tags for both. For example, change nodered/node-red:3.1.3 to nodered/node-red:3.1.3-18

@8666
Copy link

8666 commented Feb 18, 2024

I managed to reinstall it but changeing docker image. However I do not see the chatbot elements in the toolbox on the left and I still see this:

image

It does work fine however

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

4 participants