ID:2211490
 
Applies to:Dream Maker
Status: Open

Issue hasn't been assigned a status value.
Opening a project that has a node_modules folder in it "Encountered an improper argument" error, which is really annoying. This is caused by the really long file paths generated by node.
I'm still amazed DM doesn't flat die trying to index .git.

Also shouldn't NPM have fixed this mess already?
.git isn't hugely nested, it just has lots of files.

NPM *did* fix this in npm 3, but it's still not fully flat, just best-effort (if you depend on A and B, and both of those depend on different versions of C, either A or B's C is nested).