From 56c97cdf80c921f05e907043fc8853d15c712782 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Wed, 20 May 2026 15:53:29 +0200 Subject: [PATCH] typo --- install/flowiseai-install.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/install/flowiseai-install.sh b/install/flowiseai-install.sh index b1b8b011f..c7e2bc879 100644 --- a/install/flowiseai-install.sh +++ b/install/flowiseai-install.sh @@ -17,16 +17,14 @@ msg_info "Installing Dependencies" $STD apt install -y build-essential python3-dev msg_ok "Installed Dependencies" -NODE_VERSION="20" NODE_MODULE="pnpm" setup_nodejs +NODE_VERSION="20" setup_nodejs msg_info "Installing FlowiseAI (Patience)" -$STD pnpm config set global-bin-dir /usr/local/bin -$STD pnpm add -g flowise \ +$STD npm install -g flowise \ @opentelemetry/exporter-trace-otlp-grpc \ @opentelemetry/exporter-trace-otlp-proto \ @opentelemetry/sdk-trace-node \ - langchainhub \ - sqlite3 + langchainhub mkdir -p /opt/flowiseai curl -fsSL "https://raw.githubusercontent.com/FlowiseAI/Flowise/main/packages/server/.env.example" -o "/opt/flowiseai/.env" msg_ok "Installed FlowiseAI"