From 87eba66ec52432f630653588adbc28b2429c13b7 Mon Sep 17 00:00:00 2001 From: Tek Raj Chhetri <52251022+tekrajchhetri@users.noreply.github.com> Date: Fri, 2 Aug 2024 11:14:35 -0400 Subject: [PATCH] Update docs/deployment_userinterface.md Co-authored-by: Dorota Jarecka --- docs/deployment_userinterface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment_userinterface.md b/docs/deployment_userinterface.md index b10554a..a679dd1 100644 --- a/docs/deployment_userinterface.md +++ b/docs/deployment_userinterface.md @@ -4,7 +4,7 @@ This section provides information regarding the deployment of the BrainKB UI, bo ## System Requirements - The BrainKB UI is based on NextJS; we need to install the Node.js. When writing this document, the minimum version is **Node.js 18.17 or later**. For more (or latest) information, please check NextJS website. - - NextJS: [https://nextjs.org/docs/getting-started/installation](https://nextjs.org/docs/getting-started/installation) + - Installing `Node.js`: check the current requirements on the [https://nextjs.org/docs/getting-started/installation](https://nextjs.org/docs/getting-started/installation) - **Note:** Manual installation of latest version of NextJS. ```