2

While I'm creating react native app I am facing some problem:

enter image description here

I try to create a react-native project but it failed.

3
  • 1
    Are you using a proxy or something, as tell the error ? Commented Mar 31, 2023 at 9:26
  • 1
    Does this answer your question? npm not working - "read ECONNRESET" Commented Mar 31, 2023 at 9:27
  • Have you tried running an npm install? It looks like your package installation is acting up. Commented Apr 10, 2023 at 14:39

2 Answers 2

1
  1. Check the node version with node --v
  2. Try to init with that version npx react-native init <ProjectName> --version 0.68.5
  3. Check the documentation to make sure the version is stable
  4. Update the package if needed
Sign up to request clarification or add additional context in comments.

Comments

1

Remove '@latest' from command. npx react-native init AwesomeProject

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.