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

Support node 16.10 #65

Closed
mbyrne00 opened this issue Jun 27, 2022 · 2 comments
Closed

Support node 16.10 #65

mbyrne00 opened this issue Jun 27, 2022 · 2 comments

Comments

@mbyrne00
Copy link

Description

The engines supported here require node ^16.13.0, but there are memory issues with latest node 16 and Jest. See jestjs/jest#7874 (comment).

The workaround for this is to use node 16.10 with jest. Is there any reason you really need to require 16.13 or higher? If not can it please be dropped? Seems a bit arbitrary, but maybe there is a reason.

Reproduction

Running on our 16.10 image we get: error express-oauth2-jwt-bearer@1.1.0: The engine "node" is incompatible with this module. Expected version "12.19.0 || ^14.15.0 || ^16.13.0".

Environment

Node 16.10

@mbyrne00
Copy link
Author

Hrmm ... it appears that version is because of jose requiring that as a minimum :( #41

@adamjmcgrath
Copy link
Contributor

Hi @mbyrne00 - thanks for raising this

Yep - 16.13.0 is the first 16.x LTS release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants