I am facing the error by
npx @nestjs/cli rest_of_command_here
I have also tried to install using -g flag, -g --save-dev flag together but nothing seems to be clicking
sh: 1: nest: not found
I have tried the answer nest Command not found but it does not work as I face a new issue which says
bash: /usr/local/Cellar/node/11.9.0/bin/nest: No such file or directory
node version 16.13.2
npm version 8.1.2
npx @nestjs/cli rest_of_command_here? I think this will determine if you have nest globally or locally installed.npxexecutes a cli tool andnpmis the package manager of coursenode -vfor me? causenode/11.9.0feels wrong if you are usingv16.13.2