Flowise: Script installs old version (1.6.0) of Flowise #3498
Closed
johnparklee
started this conversation in
General
Replies: 2 comments 3 replies
-
i just installed it. its the correct version the script doesn't choose which version to install, its always the latest |
Beta Was this translation helpful? Give feedback.
1 reply
-
You might be right. Its a bug in Node 22 it seems. i'm quite sure we wont backtrack to Node 20 in the script, we would most likely wait for the fix from the devs. In the meantime, you can use something like this to go back to Node 20 and install flowise 2.2.7 apt-get remove nodejs
rm -f /etc/apt/sources.list.d/nodesource.list
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" >/etc/apt/sources.list.d/nodesource.list
apt-get update
apt-get install -y nodejs
npm install -g flowise |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The installerscript (https://github.com/community-scripts/ProxmoxVE/raw/main/ct/flowiseai.sh) installs an old version of Flowise (v 1.6; latest version is 2.2.7p1) and drops a lot of warnings. Anyone knows how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions