Jest: Unable to install jest using npm: '@jest/core@^26.2.2' is not in the npm registry

Created on 6 Aug 2020  路  2Comments  路  Source: facebook/jest

馃悰 Bug Report

Unable to install jest:

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.

This behavior also occurred on a GitHub Actions Runner:

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@jest/core/-/core-26.0.1.tgz
npm ERR! 404 
npm ERR! 404  '@jest/[email protected]' 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 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/runner/.npm/_logs/2020-08-06T09_17_29_487Z-debug.log
##[error]Process completed with exit code 1.

Full log: https://gist.github.com/erri120/0f92ec9309459d44091f65338bb5b2bd

To Reproduce

npm install --save-dev jest

Expected behavior

Successfully installing jest.

Link to repl or repo (highly encouraged)

Repo: https://github.com/wabbajack-tools/mod-lists
Full log: https://gist.github.com/erri120/0f92ec9309459d44091f65338bb5b2bd

envinfo

  System:
    OS: Windows 10 10.0.18362
    CPU: (8) x64 Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
  Binaries:
    Node: 12.18.3 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.21.1 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
    npm: 6.14.6 - C:\Program Files\nodejs\npm.CMD
Bug Report Needs Repro Needs Triage

All 2 comments

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

Looks like it's working again

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RyanCCollins picture RyanCCollins  路  93Comments

eldh picture eldh  路  84Comments

SimenB picture SimenB  路  131Comments

SimenB picture SimenB  路  69Comments

pfftdammitchris picture pfftdammitchris  路  76Comments