From 8ac3389bcee0771bb08cf5c14835dee2869cf94a Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Wed, 3 Sep 2025 19:19:24 -0400 Subject: [PATCH] fix(nvm): duplicated code --- apps/site/snippets/en/download/nvm.bash | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/site/snippets/en/download/nvm.bash b/apps/site/snippets/en/download/nvm.bash index 3fa80ca3821a0..b15d7aa21a7b7 100644 --- a/apps/site/snippets/en/download/nvm.bash +++ b/apps/site/snippets/en/download/nvm.bash @@ -6,7 +6,3 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash # Download and install Node.js: nvm install ${props.release.major} - -# Verify the Node.js version: -node -v # Should print "${props.release.versionWithPrefix}". -nvm current # Should print "${props.release.versionWithPrefix}".