Closed valery-lavrik closed 43 minutes ago
[!WARNING] Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
- If your bug is UI related: a Snack
- If your bug is build/upgrade related: a project using our Reproducer Template
- Otherwise send us a Pull Request with the RNTesterPlayground.js edited to reproduce your bug.
I had same problem.
I reinstalled NPM, Nodejs. Then I tried this one in the C: folder, It worked for me.
npx @react-native-community/cli@latest init SampleApp --version 0.76.0
I had same problem.
I reinstalled NPM, Nodejs. Then I tried this one in the C: folder, It worked for me.
npx @react-native-community/cli@latest init SampleApp --version 0.76.0
I advice you to restart your device after doing the reinstallation phase
I had same problem.
I reinstalled NPM, Nodejs. Then I tried this one in the C: folder, It worked for me.
npx @react-native-community/cli@latest init SampleApp --version 0.76.0
Yup this sounds like the right solution @valery-lavrik
If that doesn't help, could you open your same issue here:
https://github.com/react-native-community/cli/issues
The code where the failure happens is inside the Community CLI so if there is a bug there, it should be fixed inside the Community CLI code
Description
I copied the installation command from the official website. I have previously set up the environment, everything is fine. But the installation command gives an error.
npx @react-native-community/cli@latest init AwesomeProject
I understand that probably react-native is not to blame here, but I no longer know where to go for help. The error is not even Googled!
Steps to reproduce
npx @react-native-community/cli@latest init AwesomeProject
React Native Version
0.76.1
Affected Platforms
Build - Windows
Output of
npx react-native info
Stacktrace or Logs
$ node -v v22.11.0
$ npm -v 10.9.0
$ npx -v 10.9.0