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 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
The text was updated successfully, but these errors were encountered:
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 require16.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
The text was updated successfully, but these errors were encountered: