You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
🐛 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:
yarn add jest@^25.1.0
Expected behavior
jest should successfully install and run
envinfo
The text was updated successfully, but these errors were encountered: