Skip to content

Commit 8ac3389

Browse files
authored
fix(nvm): duplicated code
1 parent 769d710 commit 8ac3389

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/site/snippets/en/download/nvm.bash

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
66

77
# Download and install Node.js:
88
nvm install ${props.release.major}
9-
10-
# Verify the Node.js version:
11-
node -v # Should print "${props.release.versionWithPrefix}".
12-
nvm current # Should print "${props.release.versionWithPrefix}".

0 commit comments

Comments
 (0)