jest icon indicating copy to clipboard operation
jest copied to clipboard

[Bug]: Missing package @jest/test-utils@^29.7.0

Open geaaru opened this issue 4 months ago • 0 comments

Version

29.7.0

Steps to reproduce

  1. Download jest-environment-node
wget https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz
  1. Try to install dependencies
$> tar xzvf jest-environment-node-29.7.0.tgz
$> cd package
$> npm install
npm error code ETARGET
npm error notarget No matching version found for @jest/test-utils@^29.7.0.
npm error notarget In most cases you or one of your dependencies are requesting
npm error notarget a package version that doesn't exist.
npm error A complete log of this run can be found in: /home/geaaru/.npm/_logs/2024-10-08T12_57_09_649Z-debug-0.log

It seems that the online registry doesn't contain the release @jest/[email protected]

Expected behavior

Install correctly the dependencies.

Actual behavior

As visibile online there is only a version 0.0.0 at: https://www.npmjs.com/package/@jest/test-utils

Additional context

No response

Environment

System:
    OS: Linux 6.1 MacaroniOS 24.08 (Phoenix)
    CPU: (8) x64 AMD Ryzen 7 3750H with Radeon Vega Mobile Gfx
  Binaries:
    Node: 20.16.0 - /usr/bin/node
    Yarn: 1.22.19 - /usr/bin/yarn
    npm: 10.8.1 - /usr/bin/npm

geaaru avatar Oct 08 '24 13:10 geaaru