mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
Updated 04. MS Windows Setup (markdown)
@@ -17,8 +17,8 @@ Then install Chocolatey
|
||||
|
||||
```powershell
|
||||
# BE SURE YOU ARE IN AN ADMINISTRATIVE PowerShell!
|
||||
nvm install 12
|
||||
nvm use 12
|
||||
nvm install 12.16.0
|
||||
nvm use 12.16.0
|
||||
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
||||
choco install yarn
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user