raweee / node-red-contrib-whatsapp-link

Simple Node-Red node to link Whatsapp
https://discord.gg/VApVeGuF
27 stars 7 forks source link

Unfortunately I cannot install the program #56

Open DL4DP opened 8 months ago

DL4DP commented 8 months ago

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 commented 8 months ago

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 commented 8 months ago
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 commented 7 months ago

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

carefulcomputer commented 7 months ago

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