im trying to move 400k files from my Code folder on my C: drive to my code folder on my E: drive…
gosh darn node_modules
i’m no expert, but does node_modules just download to the directory that the npm install command was run inside of?
so something like:
~$ cd project
/project/~$ npm install expresswould be different from just installing it like
~$ cd
~$ npm install expressif that’s not the case, you should probably just install everything in your home folder or something
i honestly hate the node_modules folder lol