Version
29.7.0
Steps to reproduce
- Clear out node_modules
- Install jest
Expected behavior
user@macbook:~$ rm -rf node_modules
user@macbook:~$ npm install jest --save-dev
added 414 packages, and audited 415 packages in 23s
70 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
user@macbook:~$
Actual behavior
user@macbook:~$ rm -rf node_modules
user@macbook:~$ npm install jest --save-dev
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
added 414 packages, and audited 415 packages in 23s
70 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
user@macbook:~$
Additional context
No response
Environment
System:
OS: macOS 14.8.2
CPU: (4) x64 Intel(R) Core(TM) i5-8210Y CPU @ 1.60GHz
Binaries:
Node: 23.11.0 - /usr/local/bin/node
npm: 10.9.2 - /usr/local/bin/npm
Deno: 2.5.6 - /usr/local/bin/deno
npmPackages:
jest: ^29.7.0 => 29.7.0
Version
29.7.0
Steps to reproduce
Expected behavior
Actual behavior
Additional context
No response
Environment
System: OS: macOS 14.8.2 CPU: (4) x64 Intel(R) Core(TM) i5-8210Y CPU @ 1.60GHz Binaries: Node: 23.11.0 - /usr/local/bin/node npm: 10.9.2 - /usr/local/bin/npm Deno: 2.5.6 - /usr/local/bin/deno npmPackages: jest: ^29.7.0 => 29.7.0