Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Windows: Problem with deeply nested node_module folder structure #7239

Closed
herom opened this issue Mar 4, 2014 · 4 comments
Closed

Windows: Problem with deeply nested node_module folder structure #7239

herom opened this issue Mar 4, 2014 · 4 comments

Comments

@herom
Copy link

herom commented Mar 4, 2014

recently, I ran into a problem when I used the grunt-contrib-testem module within my project, as it seems that this module creates an awful lot of nested node_module folders for each and every dependency.

the problem was, that the folder structure was so deeply nested that the path got too long (restricted to 260 characters, even in Windows 7 Professional 64-bit with NTFS file system - "backwards compatibility" is the killer-phrase for this behavior) and it's impossible to remove the the whole grunt-contrib-nested folder from the root node_module folder.

is there a solution to keep the folder structure more flat/concat node_module folders somehow?

@Mithgol
Copy link

Mithgol commented Mar 4, 2014

Duplicate of a previous known issue (#6960).

@tjfontaine
Copy link

Indeed closing as duplicate.

@herom
Copy link
Author

herom commented Mar 4, 2014

sorry, I didn't do proper research within the already raised issues - hope that this will get fixed anytime soon as it prevents many other devs on Windows machines using some cool plugins as well, I suppose...

@rlidwka
Copy link

rlidwka commented Mar 8, 2014

it prevents many other devs on Windows machines using some cool plugins as well

I'm pretty sure they can, since VirtualBox runs on windows just fine.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants