We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72131a7 commit c4ea16eCopy full SHA for c4ea16e
apps/site/snippets/en/download/nvm.bash
@@ -1,9 +1,6 @@
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