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/error-ex

See original GitHub issue

Describe the bug

Below error comes when creating new project

C:\Personal\web-projects\React>npx create-react-app pomodoro-clock
npx: installed 99 in 16.973s

Creating a new React app in C:\Personal\web-projects\React\pomodoro-clock.

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/error-ex
npm ERR! 404
npm ERR! 404  'error-ex@^1.3.1' 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 'parse-json'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

When I try to go to https://registry.npmjs.org/error-ex it returns a 404 Same issue when using command npm init react-app my-app

Did you try recovering your dependencies?

Yes

Environment

Environment Info:

  current version of create-react-app: 3.3.1
  running from C:\Users\username\AppData\Roaming\npm-cache\_npx\21236\node_modules\create-react-app

  System:
    OS: Windows 10 10.0.17763
    CPU: (8) x64 Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz
  Binaries:
    Node: 12.13.1 - C:\Program Files\nodejs\node.EXE
    Yarn: Not Found
    npm: 6.13.7 - C:\Program Files\nodejs\npm.CMD
  Browsers:
    Edge: 44.17763.831.0
    Internet Explorer: 11.0.17763.771
  npmPackages:
    react: Not Found
    react-dom: Not Found
    react-scripts: Not Found
  npmGlobalPackages:
    create-react-app: Not Found

Steps to reproduce

  1. Create new project with npx create-react-app project-name. Last created a project successfully last week using the same PC

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:38
  • Comments:213

github_iconTop GitHub Comments

37reactions
ghostcommented, Feb 12, 2020

At least the Raptors are doing well…

30reactions
nomadtechiecommented, Feb 12, 2020

Hi all - I work at @npm and we’re very sorry about the 404’s you are experiencing.

We have identified the issue on our end and rolled out the fix. Unfortunately, its going take some time to propagate through all our nodes in our CDN layer.

You can follow along for progress via the incident on our status page

Also, you if you have other packages affected then please feel free to contact our support team directly.

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, but only to members of a specific organization that have access rights....
Read more >
node.js - npm - iTecNote
404 Not Found – GET https://registry.npmjs.org/error-ex. angularnode-modulesnode.jsnpm. I am trying to install npm package dependencies in to my angular ...
Read more >
(Solved) npm ERR! code E404 while working with Power ...
Solution ; STEP 1 : run below commands to solve this issue. npm config set registry http://registry.npmjs.org ; STEP 2 : run below...
Read more >
Search - appsloveworld
Coding example for the question npm ERR! 404 Not Found - GET https://registry.npmjs.org/create-myreactnativeapp - Not found-node.js.
Read more >

github_iconTop Related Medium Post

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