Just coming home to programming again after a long time. No prior java/javascript but more importantly, no package manager experience. I executed "npx create-payload-app" in the C:\Windows\system32 directory and it created the package there (I know, I should have been in the dir I wanted it to be in). How do I uninstall?
Follow-up Q: pnpm was mentioned as a fav package manager (in the docs). I installed nodejs/npm and then pnpm. The npx command... is that pnpm or npm?
Thanks. Sorry for being a noob