I'm a complete newbie trying to break into the world of all the wonderful new technologies coming forward, and it seems part of that meant installing Node, as it's something a lot of programmers are using. I installed it on my D: drive, great! Issue: When I use npx install, it wants to send what I'm installing to the C: drive, which has like 6 GB of space left.
Is there a way I can tell Node where to send things when I use npx to install things?
I tried installing Node to D: drive, used npx to install something, and Node tried to put it on my C: drive automatically. Also tried changing the directory in nodejs\node_modules\npm\npmrc.