Nest.js CLI not working
I can't get nestjs to work.
It can't find the command
but it should be installed, it's in the Package.json
And pnpm says everything is up to date
4 Replies
have you download nest?
Solution
Solved it's
pnpm nest ...
instead of pnpx nest ...
see the post, it's in Package.json and (p)npm install is up to date, so yes
pnpm vs pnpx is actually frustrating sometimes. i also have better luck using
pnpm dlx
instead of pnpx