Error launching app with npm start : WARNING: The legacy expo-cli does not support Node +17. Migrate to the new local Expo CLI: https://blog.expo.dev/the-new-expo-cli-f4250d8e3421

1 Like

Hey there,

Create a folder with the app name.
In VS Code terminal run: npx create-expo-app DoneWithIt ← this is the app name
Run App: npx expo start or npm start

1 Like

Use
npx create-expo-app@latest —template blank

1 Like

try using nvm in order to switch to an older version of node, such as 16