Skip to content

Instantly share code, notes, and snippets.

@cristea2017
Last active May 5, 2025 08:38
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 nvm alias default v18.20.3 nvm use

nvm alias default v16.19.1 nvm use

v18.20.3 - universal node working wiht most of the app

nvm alias default v22.15.0 nvm use

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