Skip to content

Commit

Permalink
unnecessary to manually update the npm version since nvm installing n…
Browse files Browse the repository at this point in the history
…ode18 will automatically install the latest version of npm as well

Signed-off-by: Amndeep Singh Mann <amann@mitre.org>
  • Loading branch information
Amndeep7 committed Oct 8, 2024
1 parent eaaec8d commit be50fe9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build-lab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit be50fe9

Please sign in to comment.