#How to generate an older version of a NestJS App?

3 messages · Page 1 of 1 (latest)

tawdry citrus
#

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?

versed terrace
#

Downgrade the cli to @nestjs/cli@^7 and then run the nest new command

waxen oxide
#

npx @nestjs/cli@7 new