Skip to content

Commit

Permalink
Update website/versioned_docs/version-0.72/getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthysell authored Feb 12, 2024
1 parent aefdf8f commit dfb71d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.72/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ npx react-native-windows-init --overwrite
For information on the options that `react-native-windows-init` takes see [React Native Windows Init CLI](https://microsoft.github.io/react-native-windows/init-cli).

> RNW 0.72 depends on Node >= 16.0, but some transitive dependencies may require newer versions of Node. If you're using using Node 16 and see dependencies errors about needing a newer version of Node, you can either upgrade your version of Node, or suppress the errors with `yarn config set ignore-engines true`. See [microsoft/react-native-windows#12711](https://github.com/microsoft/react-native-windows/issues/12711).
> RNW 0.72 depends on Node >= 16.0, but some transitive dependencies may require newer versions of Node. If you're using using Node 16 and see dependencies errors about needing a newer version of Node, you can either upgrade your version of Node, or suppress the errors with `yarn config set ignore-engines true`. See [RNW issue #12711](https://github.com/microsoft/react-native-windows/issues/12711).
## Running a React Native Windows App

Expand Down

0 comments on commit dfb71d9

Please sign in to comment.