Jest: npm install --save-dev jest npm ERR! code E404

Created on 6 Aug 2020  ·  4Comments  ·  Source: facebook/jest

🐛 Bug Report


npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@jest%2fcore - Not found
npm ERR! 404
npm ERR! 404 '@jest/core@^26.2.2' 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 'jest'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

To Reproduce

OS: Mac 10.15.3
npm version:6.12.0
node version: 12.13.0

Steps to reproduce the behavior:

npm install --save-dev jest

Expected behavior

Link to repl or repo (highly encouraged)

envinfo

OS: Mac 10.15.3
npm version:6.12.0
node version: 12.13.0

Bug Report Needs Repro Needs Triage

Most helpful comment

Most likely due to an ongoing npm registry issue: https://status.npmjs.org/incidents/cksjqc1w11v5

All 4 comments

Same but for 24.9.0

An unexpected error occurred: "https://registry.yarnpkg.com/@jest/types/-/types-24.9.0.tgz: Request failed \"404 Not Found\"".

Most likely due to an ongoing npm registry issue: https://status.npmjs.org/incidents/cksjqc1w11v5

I'm having thesame issue on windows.

This is definitely the npm outage

Was this page helpful?
0 / 5 - 0 ratings