Update setup-windows.md

This commit is contained in:
Markus Olsson 2022-08-12 17:32:00 +02:00 committed by GitHub
parent 8c6aab8643
commit 8e6ca01127
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ $ node -v
If you see an error about being unable to find `node`, that probably means you don't have any Node tools installed.
You can download Node from the [Node.js website](https://nodejs.org/), install the package, and restart your shell.
If you see the output `v16.x.y` or later, you're good to go. You can see which version of Node the Desktop team is using by looking at our [.node-version](https://github.com/desktop/desktop/blob/development/.node-version) file.
You can verify that your installed version matches the one currently used by GitHub Desktop by looking at [our .node-version file](https://github.com/desktop/desktop/blob/development/.node-version). Usually the same major version is enough but if you're running into problems building Desktop please try installing that exact version.
**Node.js installation notes:**
- make sure you allow the Node.js installer to add `node` to the `PATH`.