yocontra / glob2base

Extracts a base path from a node-glob instance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency on lodash.findindex causes deep file tree and long paths that breaks Windows

CaleyD opened this issue · comments

Would you accept a pull request to update the dependency to the full lodash module?

It would help a lot of us Windows devs who would like to use this module (and other packages that depend on it, like gulp).

Here's a discussion of the issue - nodejs/node-v0.x-archive#6960. The custom lodash builds are particularly painful...

Cheers,
Caley

No, this is a node issue

Just a heads up. lodash v3 has significantly reduced the dep graphs of its modularized packages:

lodash.findindex@3.0.0
└─┬ lodash._basecallback@3.2.0
  ├─┬ lodash._baseisequal@3.0.1
  │ ├── lodash.isarray@3.0.0
  │ └── lodash.istypedarray@3.0.0
  ├── lodash._bindcallback@3.0.0
  └─┬ lodash.keys@3.0.3
    ├── lodash.isarguments@3.0.0
    ├── lodash.isarray@3.0.0
    └── lodash.isnative@3.0.0