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 5572773 commit cd48cc3Copy full SHA for cd48cc3
apps/site/snippets/en/download/choco.bash
@@ -2,7 +2,7 @@
2
powershell -c "irm https://community.chocolatey.org/install.ps1|iex"
3
4
# Download and install Node.js:
5
-choco install nodejs-lts --version="${props.release.major}"
+choco install nodejs --version="${props.release.version}"
6
7
# Verify the Node.js version:
8
node -v # Should print "${props.release.versionWithPrefix}".
0 commit comments