From be50fe932d556b3a2c5e5d59e0fbece8c4cbfb3a Mon Sep 17 00:00:00 2001 From: Amndeep Singh Mann Date: Tue, 8 Oct 2024 00:15:44 -0400 Subject: [PATCH] unnecessary to manually update the npm version since nvm installing node18 will automatically install the latest version of npm as well Signed-off-by: Amndeep Singh Mann --- build-lab.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build-lab.sh b/build-lab.sh index 02178b9..2378986 100755 --- a/build-lab.sh +++ b/build-lab.sh @@ -79,7 +79,6 @@ nvm use 18 &> /dev/null if ! command -v saf &> /dev/null then echo -e "${VERB}Installing MITRE SAF CLI into the Environment.${RSET}" - npm install -g npm npm install -g @mitre/saf else echo -e "${HIGH}MITRE SAF CLI is already installed.${RSET}"