nodejs / node-v0.x-archive

Moved to https://github.com/nodejs/node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot delete or move folder on windows due to folder depts

nickbe opened this issue · comments

commented

Please take a look at the folder structure here:

screenshot_63

Why would you even consider creating such a mess in the first place? Beside the fact that it breaks functionality when working in windows (I have no idea how to move or delete these folders), the complete folder structure here consists of over ten thousand folders!!!! and subfolders with over 90.000 (ninety thousand !!!!) files.

Seriously??

This repository is no longer used, so I'm going to go ahead and close the issue. That looks like a directory structure created by npm 2. Updating to npm 3 will by default not nest packages unless required. You should be able to use the rimraf package to delete the directory. Thanks!