Install dependencies fails
See original GitHub issueDescribe the bug
Running npx create-react-app my-app --template typescript
fails with the following error
error An unexpected error occurred: “https://registry.npmjs.org/@testing-library%2Freact: Not found”.
Environment
Environment Info:
current version of create-react-app: 3.4.1 running from /Users/patrickengelkes/.config/yarn/global/node_modules/create-react-app
System: OS: macOS 10.15.5 CPU: (16) x64 Intel® Core™ i9-9880H CPU @ 2.30GHz Binaries: Node: 14.2.0 - /usr/local/bin/node Yarn: 1.22.4 - /usr/local/bin/yarn npm: 6.14.4 - /usr/local/bin/npm Browsers: Chrome: 84.0.4147.105 Firefox: Not Found Safari: 13.1.1 npmPackages: react: ^16.13.1 => 16.13.1 react-dom: ^16.13.1 => 16.13.1 react-scripts: 3.4.1 => 3.4.1 npmGlobalPackages: create-react-app: 3.4.1
Steps to reproduce
(Write your steps here:)
- Just run
npx create-react-app my-app --template typescript
Expected behavior
All dependencies install without a problem
Actual behavior
error An unexpected error occurred: “https://registry.npmjs.org/@testing-library%2Freact: Not found”.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:5
Top GitHub Comments
Looks to be an issue with npm (see https://github.com/npm/cli/issues/1626)
@engelkes-finstreet this is an issue with NPM being down temporarily, not an issue with create-react-app, can this issue be closed?