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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

yarn check prints out two warnings when installing the latest Jest 24.4.0 packages #8107

Closed
kaiyoma opened this issue Mar 11, 2019 · 5 comments 路 Fixed by #8215
Closed

yarn check prints out two warnings when installing the latest Jest 24.4.0 packages #8107

kaiyoma opened this issue Mar 11, 2019 · 5 comments 路 Fixed by #8215

Comments

@kaiyoma
Copy link

kaiyoma commented Mar 11, 2019

馃悰 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
@danvc
Copy link

danvc commented 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(R) Core(TM) 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

@angeloocana
Copy link

same here!
We are using Windows 10

@kaiyoma
Copy link
Author

kaiyoma commented Mar 13, 2019

Also seeing this on our Linux build machines.

npx: installed 1 in 2.049s

  System:
    OS: Linux 4.14 CentOS Linux 7 (Core)
    CPU: (48) x64 Intel(R) Xeon(R) Gold 5118 CPU @ 2.30GHz
  Binaries:
    Node: 10.15.0 - /usr/local/bin/node
    Yarn: 1.13.0 - /usr/local/bin/yarn
    npm: 6.4.1 - /usr/local/bin/npm

@pndewit
Copy link

pndewit commented Mar 21, 2019

Same for me using macOS with Jest 24.5.0.

System:
  OS: macOS Mojave v10.14.3
  CPU: (12) x64 Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz

Binaries:
  Node: 10.15.1 - ~/.nvm/versions/node/v10.15.1/bin/node
  Yarn: 1.13.0 - ~/.nvm/versions/node/v10.15.1/bin/yarn
  npm: 6.4.1 - ~/.nvm/versions/node/v10.15.1/bin/npm

  npmPackages:
    jest: ^24.5.0 => 24.5.0

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants