Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
geaaru opened this issue Oct 8, 2024 · 0 comments
Open

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

geaaru opened this issue Oct 8, 2024 · 0 comments

Comments

@geaaru
Copy link

geaaru commented Oct 8, 2024

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/test-util@29.7.0

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant