question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

npm ERR! 404 Not Found - GET https://registry.npmjs.org/@react-native-community%2fcli - Not found

See original GitHub issue

Environment

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:closed
  • Created 3 years ago
  • Reactions:14
  • Comments:14 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
DanielCraig01commented, Aug 6, 2020

Working but still exploding on required packages in my case (using typescript template)

1reaction
Kirbyrawrcommented, Aug 6, 2020

Working but still exploding on required packages in my case (using typescript template)

* "@typescript-eslint/eslint-plugin@^2.25.0",

* "@typescript-eslint/parser@^2.25.0"

Same here, seems like it’s still re-caching packages and maybe it didn’t arrive to those yet.

Yeah, I tried just now but it seems that the cache is broken again as I am getting an error on “@react-native-community/cli@^4.7.0” xD Fingers crossed🤞🏻

😅 Haha that was unexpected, thanks for the heads up…

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found