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

Fix node download link #994

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/rnw-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Options to install [Node.js](https://nodejs.org) separately:
choco install nodejs-lts
```
- Using [another package manager](https://nodejs.org/en/download/package-manager/) such as [Scoop](https://scoop.sh/) or [Node Version Switcher (nvs)](https://github.com/jasongin/nvs)
- Directly from [Node.js](https://nodejs.org/en/download/)
- Directly from [Node.js](https://nodejs.org/en/download)

Optional steps that are _highly recommended_:

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.60/rnw-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To develop React-Native for Windows apps, you will need the following:
```
choco install nodejs.install --version=12.9.1
```
- Directly from [Node.js](https://nodejs.org/en/download/)
- Directly from [Node.js](https://nodejs.org/en/download)
- By selecting the "Node.js development support" component in the Visual Studio 2019 installer (above)
- Install [Chrome](https://www.google.com/chrome/) (_optional_, but needed for JS debugging)
- Install [Yarn](https://yarnpkg.com/en/docs/install) (_optional_ if only consuming react-native-windows, but **required** to contribute to react-native-windows)
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.61/rnw-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To develop React-Native for Windows apps, you will need the following:
```
choco install nodejs.install --version=12.9.1
```
- Directly from [Node.js](https://nodejs.org/en/download/)
- Directly from [Node.js](https://nodejs.org/en/download)
- By selecting the "Node.js development support" component in the Visual Studio 2019 installer (above)
> For both of the non-chocolatey installations, ensure that you are installing version 12.9.1 as that is the recommended version when building React Native Windows apps.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.62/rnw-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Alternatively, you can setup your environment manually:
```
choco install nodejs.install --version=12.9.1
```
- Directly from [Node.js](https://nodejs.org/en/download/)
- Directly from [Node.js](https://nodejs.org/en/download)
- By selecting the "Node.js development support" component in the Visual Studio 2019 installer (above)
> For both of the non-chocolatey installations, ensure that you are installing version 12.9.1 as that is the recommended version when building React Native Windows apps.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.63/rnw-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ You will also need to ensure that certain settings are enabled:
```bat
choco install nodejs-lts
```
- Directly from [Node.js](https://nodejs.org/en/download/)
- Directly from [Node.js](https://nodejs.org/en/download)
- By selecting the "Node.js development support" component in the Visual Studio 2019 installer (above)

- Install [Chrome](https://www.google.com/chrome/) (_optional_, but needed for JS debugging)
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.64/rnw-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ You will also need to ensure that certain settings are enabled:
```bat
choco install nodejs-lts
```
- Directly from [Node.js](https://nodejs.org/en/download/)
- Directly from [Node.js](https://nodejs.org/en/download)
- By selecting the "Node.js development support" component in the Visual Studio 2019 installer (above)

- Install [Chrome](https://www.google.com/chrome/) (_optional_, but needed for JS debugging)
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.65/rnw-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Options to install [Node.js](https://nodejs.org) separately:
choco install nodejs-lts
```
- Using [another package manager](https://nodejs.org/en/download/package-manager/) such as [Scoop](https://scoop.sh/) or [Node Version Switcher (nvs)](https://github.com/jasongin/nvs)
- Directly from [Node.js](https://nodejs.org/en/download/)
- Directly from [Node.js](https://nodejs.org/en/download)

Optional steps that are _highly recommended_:

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.66/rnw-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Options to install [Node.js](https://nodejs.org) separately:
choco install nodejs-lts
```
- Using [another package manager](https://nodejs.org/en/download/package-manager/) such as [Scoop](https://scoop.sh/) or [Node Version Switcher (nvs)](https://github.com/jasongin/nvs)
- Directly from [Node.js](https://nodejs.org/en/download/)
- Directly from [Node.js](https://nodejs.org/en/download)

Optional steps that are _highly recommended_:

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.71/rnw-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Options to install [Node.js](https://nodejs.org) separately:
choco install nodejs-lts
```
- Using [another package manager](https://nodejs.org/en/download/package-manager/) such as [Scoop](https://scoop.sh/) or [Node Version Switcher (nvs)](https://github.com/jasongin/nvs)
- Directly from [Node.js](https://nodejs.org/en/download/)
- Directly from [Node.js](https://nodejs.org/en/download)

Optional steps that are _highly recommended_:

Expand Down
Loading