This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
The dependency chain is too deep for windows #11080
Open
Description
If I include brackets as a git submodule in my own project, its node_modules
dependency chain is so incredibly deep it breaks windows' path length restrictions while cloning --recursive. Would it be possible to optimize this so that it's not node_modules in node_modules in node_modules in node_modules, but npm deduped all to the same depth?