Yesterday, I did something wrong, so that today I alway have to put 'npx' before any command. For example:
npx nest new project-name npx tsc app
Instead of
nest new project-name tsc app
Is there any way to fix that problem. Thank you so much.