File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22powershell -c " irm https://community.chocolatey.org/install.ps1|iex"
33
44# Download and install Node.js:
5- choco install nodejs-lts --version=" ${props.release.major } "
5+ choco install nodejs --version=" ${props.release.version } "
66
77# Verify the Node.js version:
88node -v # Should print "${props.release.versionWithPrefix}".
Original file line number Diff line number Diff line change 22powershell -c " irm https://community.chocolatey.org/install.ps1|iex"
33
44# Descarga e instala Node.js:
5- choco install nodejs-lts --version=" ${props.release.major } "
5+ choco install nodejs --version=" ${props.release.version } "
66
77# Verifica la versión de Node.js:
88node -v # Debería mostrar "${props.release.versionWithPrefix}".
Original file line number Diff line number Diff line change 22powershell -c " irm https://community.chocolatey.org/install.ps1|iex"
33
44# Télécharger et installer Node.js :
5- choco install nodejs-lts --version=" ${props.release.major } "
5+ choco install nodejs --version=" ${props.release.version } "
66
77# Vérifier la version de Node.js :
88node -v # Doit afficher "${props.release.versionWithPrefix}".
Original file line number Diff line number Diff line change 22powershell -c " irm https://community.chocolatey.org/install.ps1|iex"
33
44# Unduh dan pasang Node.js:
5- choco install nodejs-lts --version=" ${props.release.major } "
5+ choco install nodejs --version=" ${props.release.version } "
66
77# Verifikasi versi Node.js:
88node -v # Harus mencetak "${props.release.versionWithPrefix}".
Original file line number Diff line number Diff line change 22powershell -c " irm https://community.chocolatey.org/install.ps1|iex"
33
44# Node.jsをダウンロードしてインストールする:
5- choco install nodejs-lts --version=" ${props.release.major } "
5+ choco install nodejs --version=" ${props.release.version } "
66
77# Node.jsのバージョンを確認する:
88node -v # "${props.release.versionWithPrefix}"が表示される。
Original file line number Diff line number Diff line change 22powershell -c " irm https://community.chocolatey.org/install.ps1|iex"
33
44# Node.js 다운로드 및 설치:
5- choco install nodejs-lts --version=" ${props.release.major } "
5+ choco install nodejs --version=" ${props.release.version } "
66
77# Node.js 버전 확인:
88node -v # "${props.release.versionWithPrefix}"가 출력되어야 합니다.
Original file line number Diff line number Diff line change 22powershell -c " irm https://community.chocolatey.org/install.ps1|iex"
33
44# Descarregar e instalar a Node.js:
5- choco install nodejs-lts --version=" ${props.release.major } "
5+ choco install nodejs --version=" ${props.release.version } "
66
77# Consultar a versão da Node.js:
88node -v # Deveria imprimir "${props.release.versionWithPrefix}".
Original file line number Diff line number Diff line change 22powershell -c " irm https://community.chocolatey.org/install.ps1|iex"
33
44# Завантажує й установлює Node.js:
5- choco install nodejs-lts --version=" ${props.release.major } "
5+ choco install nodejs --version=" ${props.release.version } "
66
77# Перевіряє версію Node.js:
88node -v # Повинно вивести «${props.release.versionWithPrefix}».
Original file line number Diff line number Diff line change 22powershell -c " irm https://community.chocolatey.org/install.ps1|iex"
33
44# 下載並安裝 Node.js:
5- choco install nodejs-lts --version=" ${props.release.major } "
5+ choco install nodejs --version=" ${props.release.version } "
66
77# 核對 Node.js 版本:
88node -v # 應會印出 "${props.release.versionWithPrefix}"。
You can’t perform that action at this time.
0 commit comments