windkh / node-red-contrib-telegrambot

Telegram bot nodes for node-red.
Other
259 stars 116 forks source link

Installation error (node/npm version) #243

Closed ptath closed 2 years ago

ptath commented 2 years ago

Nodered v.2.2.2, weird things:

2022-05-11T16:05:39.493Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict node-red-contrib-telegrambot@11.3.0
2022-05-11T16:05:41.067Z [err] npm
2022-05-11T16:05:41.067Z [err]  
2022-05-11T16:05:41.068Z [err] ERR! code EBADENGINE
2022-05-11T16:05:41.069Z [err] npm 
2022-05-11T16:05:41.069Z [err] ERR! engine
2022-05-11T16:05:41.069Z [err]  Unsupported engine
2022-05-11T16:05:41.069Z [err] npm
2022-05-11T16:05:41.069Z [err]  ERR! 
2022-05-11T16:05:41.069Z [err] engine
2022-05-11T16:05:41.070Z [err]  Not compatible with your version of node/npm: follow@0.11.4
2022-05-11T16:05:41.070Z [err] npm ERR! notsup Not compatible with your version of node/npm: follow@0.11.4
2022-05-11T16:05:41.070Z [err] npm 
2022-05-11T16:05:41.070Z [err] ERR! notsup Required: {"node":"0.10.x || 0.8.x"}
2022-05-11T16:05:41.070Z [err] npm 
2022-05-11T16:05:41.070Z [err] ERR! notsup Actual:   {"npm":"8.5.5","node":"v16.15.0"}
2022-05-11T16:05:41.072Z [err] 
2022-05-11T16:05:41.072Z [err] npm ERR! A complete log of this run can be found in:
2022-05-11T16:05:41.072Z [err] npm 
2022-05-11T16:05:41.072Z [err] ERR!     /app/.npm/_logs/2022-05-11T16_05_39_663Z-debug-0.log
2022-05-11T16:05:41.080Z rc=1

Here: ERR! notsup Required: {"node":"0.10.x || 0.8.x"}

ptath commented 2 years ago

looks like a problem is on my side