From 651ee9b5c9c8030d1bc376ccbd43413fa5551ad3 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 6 May 2025 10:53:10 +0200 Subject: [PATCH] remove node options --- install/fumadocs-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/fumadocs-install.sh b/install/fumadocs-install.sh index a658ad4d2..84c894786 100644 --- a/install/fumadocs-install.sh +++ b/install/fumadocs-install.sh @@ -20,7 +20,6 @@ msg_ok "Installed Dependencies" NODE_VERSION="22" NODE_MODULE="pnpm@latest" install_node_and_modules msg_info "Installing Fumadocs" -export NODE_OPTIONS="--max-old-space-size=4096" mkdir -p /opt/fumadocs cd /opt/fumadocs pnpm create fumadocs-app