Follow below URL for prerequisite i.e install NPM on your system   https://librakblog.blogspot.com/p/angular-456-set-up-environment.htm   Step 1 : Create a new directory anywhere you want in your PC.   Step 2 :  Open command prompt window and enter below command to execute.    D:\Rakesh_kumar_Singhania\IonicFrameWork\NestJs>npm i -g @nestjs/cli    this will get all dependency for your Nest Js project.   Step 3:   Generate new project using below command    D:\Rakesh_kumar_Singhania\IonicFrameWork\NestJs>npm new firstProject     Step 3: This command will ask for few parameters like below  just enter all required details as per your specifications.     D:\Rakesh_kumar_Singhania\IonicFrameWork\NestJs>nest new project   ⚡️  Creating your Nest project...  🙌  We have to collect additional information:   ? description : FirstProject  ? version : 1.0.0  ? author : rakeshkumar.singhania   💥  Thank you for your time!        This will also generate few files for you to start...
A Full Stack developer who is facing problems in development cycle and here you find solution of errors of those problems.This includes all exception and configuration issues. Solutions which i have written in blog are the one which worked for me after killing my time :) .