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
I've been using node 15 successfully for a while now, angular does not prevent me from using it. However commit 0803124 broke my ability to use node 15 with the latest jest-preset-angular.
Last working version
Worked up to version: 9.0.0-next.13
Stopped working in version: 9.0.0-next.14
To Reproduce
Steps to reproduce the behavior:
Using node 15:
❯ yarn upgrade jest-preset-angular@9.0.0-next.14
yarn upgrade v1.22.5
[1/4] Resolving packages...
[2/4] Fetching packages...
warning Pattern ["typescript@>=4.0.0 and <4.2.0"] is trying to unpack in the same destination "C:\\Users\\johnc\\AppData\\Local\\Yarn\\Cache\\v6\\npm-typescript-4.1.5-123a3b214aaff3be32926f0d8f1f6e704eb89a72-integrity\\node_modules\\typescript" as pattern ["typescript@4.1.5"]. This could result in non-deterministic behavior, skipping.
info fsevents@2.3.2: The platform "win32" is incompatible with this module.
info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.2.13: The platform "win32" is incompatible with this module.
info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@2.1.3: The platform "win32" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
error jest-preset-angular@9.0.0-next.14: The engine "node" is incompatible with this module. Expected version "^12.14.1 || ^14.15.0". Got "15.12.0"
error Found incompatible module.
Expected behavior
jest-preset-angular doesn't prevent me from upgrading, if angular doesn't prohibit the newer version of node.
💥 Regression Report
I've been using node 15 successfully for a while now, angular does not prevent me from using it. However commit 0803124 broke my ability to use node 15 with the latest jest-preset-angular.
Last working version
Worked up to version: 9.0.0-next.13
Stopped working in version: 9.0.0-next.14
To Reproduce
Steps to reproduce the behavior:
Using node 15:
Expected behavior
jest-preset-angular doesn't prevent me from upgrading, if angular doesn't prohibit the newer version of node.
envinfo
The text was updated successfully, but these errors were encountered: