npm ERR! 404 Not Found - GET https://registry.npmjs.org/@react-native-community%2fcli - Not found
See original GitHub issueEnvironment
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@react-native-community%2Fcli - Not found npm ERR! 404 npm ERR! 404 ‘@react-native-community/cli@^4.7.0’ is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 It was specified as a dependency of ‘react-native’ npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.
Description
npx react-native init command not working and giving error that react native community cli is not found
Reproducible Demo
initialize a new react-native project
Issue Analytics
- State:
- Created 3 years ago
- Reactions:14
- Comments:14 (1 by maintainers)
Top Results From Across the Web
32 - Stack Overflow
To avoid this error you should run this command. npm init react-app my-app. For more information check this link npm error 404 not...
Read more >Surviving the npm ERR! 404 with private packages
Private packages are npm packages that are not accessible to everyone ... GET https://registry.npmjs.org/@organizationName%2fcli - Not found
Read more >Issues - GitHub
Describe the bug Below error comes when creating new project ... 404 Not Found - GET https://registry.npmjs.org/error-ex npm ERR!
Read more >(Solved) npm ERR! code E404 while working with Power ...
Solution inside your PCF folder run the commands. STEP 1 : run below commands to solve this issue. npm config set registry http://registry.npmjs.org...
Read more >npm packages in the Package Registry - GitLab Docs
When an npm package is not found in the Package Registry, the request is ... If you get this error, one of the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Working but still exploding on required packages in my case (using typescript template)
😅 Haha that was unexpected, thanks for the heads up…