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

jest 25 doesn't support node 8 - doesn't install because of semver ^7.1.1 #9472

Closed
francois-codes opened this issue Jan 28, 2020 · 2 comments

Comments

@francois-codes
Copy link

francois-codes commented Jan 28, 2020

🐛 Bug Report

Hi all

The blog post for jest 25 states that support for node 6 is dropped, but support for node 8 should still be there, provided the right jsdom version is used.
However, when trying to run tests on a node 8 environment there is an error when installing semver ^7.1.1 which is only supporting node >= 10.

To Reproduce

Steps to reproduce the behavior:

  • set up an environment with node 8
  • run yarn add jest@^25.1.0
  • see install failure because of sember 7.1.1

Expected behavior

jest should successfully install and run

envinfo

  • node 8
@SimenB
Copy link
Member

SimenB commented Jan 28, 2020

Duplicate of #9450

@SimenB SimenB marked this as a duplicate of #9450 Jan 28, 2020
@SimenB SimenB closed this as completed Jan 28, 2020
@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 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants