React Native container cannot run
- Node version issues might prevent it from running on the current React Native stack.
- You can upgrade the Node version to resolve it
Please enter it in the following order in the terminal.
- 1.
npm install -g expo-cli
- 2.
npm cache clean -f
- 3.
npm install -g n
- 4.
n stable
- 5.
node -v
// Check to see if the 16 version. Or refresh the terminal - 6.Click on the top menu [PROJECT] - [Running URL and Port] - Change to selected port 19006 and save
- 7.enter
npm run web
in the terminal and access to the selected running URL of step 6.
Last modified 5mo ago