`yarn check` prints out two warnings when installing the latest Jest 24.4.0 packages
See original GitHub issue🐛 Bug Report
yarn check
prints out two warnings when installing the latest Jest 24.4.0 packages.
To Reproduce
Install the latest Jest 24.4.0 packages. Observe these warnings:
warning "jest > jest-cli > @jest/core > jest-resolve-dependencies@24.4.0" has unmet peer dependency "jest-resolve@^24.1.0".
warning "jest > jest-cli > jest-config > jest-resolve@24.4.0" has unmet peer dependency "jest-haste-map@^24.0.0".
Expected behavior
No warnings.
Run npx envinfo --preset jest
Paste the results here:
$ npx envinfo --preset jest
Error: EPERM: operation not permitted, mkdir <redacted>
TypeError: Cannot read property 'get' of undefined
Issue Analytics
- State:
- Created 5 years ago
- Reactions:29
- Comments:5
Top Results From Across the Web
jest | Yarn - Package Manager
Fast interactive mode can switch between running all tests or only test files related to changed files.
Read more >Why yarn ask for ts-jest version when I run install task?
I am working on a project and each time I execute yarn install I am getting the following message in the console ...
Read more >@jest/reporters NPM | npm.io
Check @jest/reporters 29.2.2 package - Last release 29.2.2 with MIT licence at ... Finally, run yarn test or npm run test and Jest...
Read more >Getting Started - Jest
You can compare yarn and npm commands in the yarn docs, here. Let's get started by writing a test for a hypothetical function...
Read more >Get rid of "Unresolved function/method/variable" warning in ...
I'm using Jest in WebStorm and can't figure out how to get rid of the grey ... function/method/variable" warning in Jest test files...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Having the same issue over here. npx envinfo --preset jest: npx: installed 1 in 2.321s
System: OS: Linux 4.9 CentOS Linux 7 (Core) CPU: (2) x64 Intel® Core™ i7-4870HQ CPU @ 2.50GHz Binaries: Node: 8.15.0 - /usr/bin/node Yarn: 1.13.0 - /usr/bin/yarn npm: 6.4.1 - /usr/bin/npm npmPackages: jest: 24.5.0 => 24.5.0
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.