diff --git a/apps/site/snippets/en/download/choco.bash b/apps/site/snippets/en/download/choco.bash index b6fb9190def21..8a79968b2ed64 100644 --- a/apps/site/snippets/en/download/choco.bash +++ b/apps/site/snippets/en/download/choco.bash @@ -2,7 +2,7 @@ powershell -c "irm https://community.chocolatey.org/install.ps1|iex" # Download and install Node.js: -choco install nodejs-lts --version="${props.release.major}" +choco install nodejs --version="${props.release.version}" # Verify the Node.js version: node -v # Should print "${props.release.versionWithPrefix}".