From 99d831b5fb4a45542816e70094e0ff7e53a52258 Mon Sep 17 00:00:00 2001 From: MishalAbdullah <85678545+Mishalabdullah@users.noreply.github.com> Date: Fri, 3 May 2024 16:42:36 +0530 Subject: [PATCH] Update start.sh --- onix-gui/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onix-gui/start.sh b/onix-gui/start.sh index aff7e00..fa3073d 100755 --- a/onix-gui/start.sh +++ b/onix-gui/start.sh @@ -42,7 +42,7 @@ TUNNEL_SERVICE="lt" # Change to the project directory cd "$PROJECT_DIR" || exit - +nvm use 20 && npm i && # Build and start the Next.js app