NestJS
Describes the languages, versions, etc. that must be installed in accordance with the framework.
On this page
NestJS
NestJS requires Node.js 16.x or higher.
Node Installation Shortcuts. Node.js →install the depencensies
npm install
configure the NestJS server
npm i -g @nestjs/cli
run nestjs
npm run start