We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f5a9f commit 782ddd5Copy full SHA for 782ddd5
apps/site/snippets/en/download/nvm.bash
@@ -4,6 +4,9 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
4
# Download and install Node.js:
5
nvm install ${props.release.major}
6
7
+# activate nvm (in lieu of restarting the shell)
8
+\. "${HOME}/.nvm/nvm.sh"
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