Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
CaleyD opened this issue Jun 12, 2014 · 2 comments

Comments

@CaleyD
Copy link

CaleyD commented Jun 12, 2014

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

@yocontra
Copy link
Owner

No, this is a node issue

@jdalton
Copy link

jdalton commented Feb 12, 2015

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

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

No branches or pull requests

3 participants