#NestJS with NX

1 messages · Page 1 of 1 (latest)

urban saddle
#

Hey,
Anyone know if version compatibility matrix for Nestjs and nx exists somewhere? I could not find one.
Similiar to this Angular one: https://nx.dev/packages/angular/documents/angular-nx-version-matrix

Nx

The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides:

  • Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, and Cypress.

  • Generators to help scaffold code quickly (like: Micro Frontends, Libraries, both internal to yo...

cunning turret
#

Not to my knowledge.. Got anything in particular you are wanting to check?

urban saddle
#

I am having error when using nx g @nrwl/nest:controller myController, Error: NOT SUPPORTED: keyword "id", use "$id" for schema ID, so I was wondering if there is some mismatch with the versions

cunning turret
#

That looks like an error from an angular schematics version

urban saddle
#

Yeah did some googling and indeed that's what came up

cunning turret
#

What versions are you using?

urban saddle
#

nrwl/cli 14.1.9 , nrwl/nest 14.0.5

#

Not the newest ones because I cant upgrade my angular app at the moment

urban saddle
#

I updated the nestjs schematics from 8 -> 9 and now it works.