How to install Nestjs CLI?
Originally Published Here ๐!
To install Nestjs CLI, you can use either one of the npm, yarn, or pnpm package managers.
Using npm package manager
To install it using the npm package manager, we can use the following command,
npm i -g @nestjs/cli
Usi...
melvingeorge-me.hashnode.dev1 min read