We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769d710 commit 8ac3389Copy full SHA for 8ac3389
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
6
7
# Download and install Node.js:
8
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