I'm new in nodejs/nestjs, I want to build a new nest project and want to install nest cli as a command-line interface tool
I've tried on the following instruction from nest documentation the first step is to install nest/cli globally and when I tried the second steps which are using nest command it always end up showing an error that "nest" is not recognized as an internal or external command
step 1
$ npm i -g @nestjs/cli
step 2
$ nest new project-name
the error
'nest' is not recognized as an internal or external command,
operable program or batch file.







