Flowise icon indicating copy to clipboard operation
Flowise copied to clipboard

Flowise doesn't support Node v22.13.1

Open yoh-space opened this issue 8 months ago • 1 comments

pnpm start  WARN  Unsupported engine: wanted: {"node":">=18.15.0 <19.0.0 || ^20"} (current: {"node":"v22.13.1","pnpm":"10.8.1"})

Try to support latest node version as well

yoh-space avatar May 17 '25 12:05 yoh-space

npm warn EBADENGINE Unsupported engine { npm warn EBADENGINE package: '[email protected]', npm warn EBADENGINE required: { node: '>=18.15.0 <19.0.0 || ^20' }, npm warn EBADENGINE current: { node: 'v22.15.1', npm: '11.4.0' } npm warn EBADENGINE }

yah - no supprt for latest stable Nodejs also

npm i flowise pull version 1.6

npm i flowese@latest pull 3.0

damadorPL avatar May 17 '25 15:05 damadorPL

Through my analysis of current scripts, I noticed that Flowise AI still runs on NodeJS 20. (End of security support April 30, 2026, no more maintenance)

Are there plans to update Node? Ideally, Node 24 should already be targeted.

https://endoflife.date/nodejs https://community-scripts.github.io/ProxmoxVE/scripts?id=flowiseai

MickLesk avatar Sep 23 '25 10:09 MickLesk