This commit is contained in:
CanbiZ
2025-05-05 10:54:54 +02:00
parent 9f50a99f78
commit f76d28bdd9
3 changed files with 15 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ install_node_and_modules() {
msg_ok "Installed Node.js ${NODE_VERSION}"
fi
export NODE_OPTIONS="--max_old_space_size=4096"
export NODE_OPTIONS="--max-old-space-size=4096"
# Install global Node modules
if [[ -n "$NODE_MODULE" ]]; then