i'm new to react native and i've been following https://reactnative.dev/docs/environment-setup and in the 'Start Metro' step, npx react-native start doesn't work pls help
npx react-native start
Please make sure you installed Node first with Homebrew:
brew install node brew install watchman
Try yarn start or npm start after you installed node.
yarn start
npm start