Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add winget (Official Package Manager for Windows) #4028

Merged
merged 9 commits into from
Dec 10, 2021
11 changes: 11 additions & 0 deletions locale/en/download/package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,17 @@ Download the [Windows Installer](https://nodejs.org/en/#home-downloadhead) direc

### Alternatives

Using **[Winget](https://aka.ms/winget-cli)**:

```console
winget install OpenJS.NodeJS
# or for LTS
winget install OpenJS.NodeJS.LTS
```

DerekNonGeneric marked this conversation as resolved.
Show resolved Hide resolved
After running one of the two commands above, it may be necessary to restart the
terminal emulator before the `node` CLI command becomes available.

Using **[Chocolatey](https://chocolatey.org/)**:

```bash
Expand Down