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

Unfortunately I cannot install the program #56

Open
DL4DP opened this issue Dec 26, 2023 · 4 comments
Open

Unfortunately I cannot install the program #56

DL4DP opened this issue Dec 26, 2023 · 4 comments

Comments

@DL4DP
Copy link

DL4DP commented Dec 26, 2023

Hello everyone,

Unfortunately I cannot install the program.

I set up my own server for Node Red 3.1.3.

With Node Red under Home Assistant 16.0.2, the program works without any problems for me.

What could be my problem?


2023-12-26T18:28:03.398Z Installieren : node-red-contrib-whatsapp-link 0.1.39-C

2023-12-26T18:28:03.457Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict node-red-contrib-whatsapp-link@0.1.39-C
2023-12-26T18:28:03.782Z [err] npm
2023-12-26T18:28:03.782Z [err] WARN config production Use --omit=dev instead.
2023-12-26T18:28:11.724Z [err] npm ERR!
2023-12-26T18:28:11.724Z [err] code EBADENGINE
2023-12-26T18:28:11.725Z [err] npm ERR! engine Unsupported engine
2023-12-26T18:28:11.725Z [err] npm ERR!
2023-12-26T18:28:11.725Z [err] engine Not compatible with your version of node/npm: @thi.ng/bitstream@2.2.38
2023-12-26T18:28:11.725Z [err] npm ERR! notsup Not compatible with your version of node/npm: @thi.ng/bitstream@2.2.38
2023-12-26T18:28:11.726Z [err] npm ERR! notsup Required: {"node":">=18"}
2023-12-26T18:28:11.726Z [err] npm ERR! notsup Actual: {"npm":"8.19.4","node":"v16.20.2"}
2023-12-26T18:28:11.727Z [err]
2023-12-26T18:28:11.727Z [err] npm ERR! A complete log of this run can be found in:
2023-12-26T18:28:11.727Z [err] npm ERR! /data/.npm/_logs/2023-12-26T18_28_03_756Z-debug-0.log
2023-12-26T18:28:11.744Z rc=1

Thank you Dirk

@robvoi
Copy link

robvoi commented Jan 11, 2024

Hi.
Same issue here.

2024-01-11T11:39:18.041Z Install : node-red-contrib-whatsapp-link 0.1.39-C

2024-01-11T11:39:18.092Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict node-red-contrib-whatsapp-link@0.1.39-C
2024-01-11T11:39:18.511Z [err] npm
2024-01-11T11:39:18.512Z [err]  WARN config production Use `--omit=dev` instead.
2024-01-11T11:39:20.745Z [err] npm ERR!
2024-01-11T11:39:20.745Z [err]  code EBADENGINE
2024-01-11T11:39:20.748Z [err] npm 
2024-01-11T11:39:20.749Z [err] ERR! engine Unsupported engine
2024-01-11T11:39:20.749Z [err] npm ERR! 
2024-01-11T11:39:20.749Z [err] engine Not compatible with your version of node/npm: @thi.ng/bitstream@2.2.40
2024-01-11T11:39:20.749Z [err] npm 
2024-01-11T11:39:20.749Z [err] ERR! notsup Not compatible with your version of node/npm: @thi.ng/bitstream@2.2.40
2024-01-11T11:39:20.749Z [err] npm ERR! notsup
2024-01-11T11:39:20.749Z [err]  Required: {"node":">=18"}
2024-01-11T11:39:20.749Z [err] npm ERR! notsup Actual:   {"npm":"8.19.4","node":"v16.20.2"}
2024-01-11T11:39:20.751Z [err] 
2024-01-11T11:39:20.751Z [err] npm ERR! A complete log of this run can be found in:
2024-01-11T11:39:20.751Z [err] npm
2024-01-11T11:39:20.751Z [err]  ERR!     /data/.npm/_logs/2024-01-11T11_39_18_472Z-debug-0.log
2024-01-11T11:39:20.769Z rc=1

@carefulcomputer
Copy link

2024-01-11T11:39:20.749Z [err]  Required: {"node":">=18"}
2024-01-11T11:39:20.749Z [err] npm ERR! notsup Actual:   {"npm":"8.19.4","node":"v16.20.2"}

this indicates you need newer nodejs version 18 instead of 16. if you are using docker version of node-red get the one with node 18.

@ryangonzalez133
Copy link

Hello friend, do you know where I can find this version of docker? I can't find it to install

@carefulcomputer
Copy link

@ryangonzalez133 , you can pull nodered/node-red:latest-18 tag instead of latest to get node-red 18.

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