#Okay, newbie question - wrong dir

1 messages · Page 1 of 1 (latest)

plush path
#

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

cursive hatchBOT
turbid acorn
#

You mean it installed into your system32? Oh my... I would just carefully delete the files using the gui honestly, kind of a pain

npx is for executing via npm, pnpx is for pnpm