-
-
Notifications
You must be signed in to change notification settings - Fork 27.1k
npm ERR! 404 Not Found - GET https://registry.npmjs.org/error-ex #8465
Copy link
Copy link
Closed
Description
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
- Create new project with
npx create-react-app project-name. Last created a project successfully last week using the same PC
Reactions are currently unavailable