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
When I look at your node compatibility matrix you only support node versions 20 and 22 with the latest version of nx (20.x). But you install the outdated types for @types/node (~18.16.9).
Expected Behavior
Use current type definitions for nodejs
GitHub Repo
No response
Steps to Reproduce
npx create-nx-workspace --preset=node-standalone
Observe that the version of @types/node in the package.json is pinned to ~18.16.9.
Current Behavior
When I look at your node compatibility matrix you only support node versions 20 and 22 with the latest version of nx (20.x). But you install the outdated types for
@types/node
(~18.16.9
).Expected Behavior
Use current type definitions for nodejs
GitHub Repo
No response
Steps to Reproduce
npx create-nx-workspace --preset=node-standalone
@types/node
in thepackage.json
is pinned to~18.16.9
.Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: