question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`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:closed
  • Created 5 years ago
  • Reactions:29
  • Comments:5

github_iconTop GitHub Comments

1reaction
danvccommented, Mar 12, 2019

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

0reactions
github-actions[bot]commented, May 12, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found