#How to generate an older version of a NestJS App?
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
I am in need of generating an older version of a NestJS app, but the CLI always generates with the latest.
Is the solution to downgrade the nest-cli version or how can I generate an app using version 7 of NestJS?
Downgrade the cli to @nestjs/cli@^7 and then run the nest new command
npx @nestjs/cli@7 new