Skip to content

Instantly share code, notes, and snippets.

@cristea2017
Last active March 10, 2024 15:09
Show Gist options
  • Save cristea2017/bd9c5f5a3fbf295a7d7bc318e05fb89a to your computer and use it in GitHub Desktop.
Save cristea2017/bd9c5f5a3fbf295a7d7bc318e05fb89a to your computer and use it in GitHub Desktop.
nvm

React Native needs Node.js >= 18. You're currently on version v16.19.1. Please upgrade Node.js to a supported version and try again.

nvm set default node.js version 16.14.2

$ nvm alias default 16.14.2 $ nvm use

$ node -v

v16.14.2

v16.19.1 v18.12.1 v18.15.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment