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 8746984 commit 7f11954Copy full SHA for 7f11954
apps/site/snippets/en/download/nvm.bash
@@ -1,6 +1,9 @@
1
# Download and install nvm:
2
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
3
4
+# activate nvm (in lieu of restarting the shell)
5
+\. "${HOME}/.nvm/nvm.sh"
6
+
7
# Download and install Node.js:
8
nvm install ${props.release.major}
9
0 commit comments