0

I'm trying to generate a NestJS module from the cli in my Nrwl nx project and am getting an error saying

An unhandled exception occurred: Schematic "module" not found in collection "@nrwl/nest".

I'm trying to generate it with

ng g @nrwl/nest:module my-new-module-name

is this the proper way to do this in Nrwl or is there something else we should be doing?

Optiq
  • 2,835
  • 4
  • 33
  • 68

1 Answers1

2

There is no such schematic enter image description here

You can only use that one to generate nestjs module enter image description here

Maciej Sikorski
  • 743
  • 5
  • 16