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

Update engine requirement #10596

Closed
gwmccull opened this issue Oct 6, 2020 · 1 comment 路 Fixed by #10599
Closed

Update engine requirement #10596

gwmccull opened this issue Oct 6, 2020 · 1 comment 路 Fixed by #10599

Comments

@gwmccull
Copy link

gwmccull commented Oct 6, 2020

馃悰 Bug Report

while running jest on our CI server, we kept getting an error

Error: No valid exports main found for '/.../jest/node_modules/yargs'

as mentioned here

the problem was that our CI server is running on Node 13.2 but that version doesn't work correctly with the imports for the yargs library

as mentioned in that PR, the imports are supported in node 13.7

To Reproduce

Steps to reproduce the behavior:

run jest using Node 13.2

Expected behavior

update the engines value in package.json so that the proper version of node is required

Link to repl or repo (highly encouraged)

envinfo


@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

Successfully merging a pull request may close this issue.

1 participant