-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
dir-glob Dependency issue #98
Comments
Ditto and after some digging globby v0.8.1 ( https://github.com/sindresorhus/globby/blob/v8.0.1/package.json ) has:
Which previously matched 2.0.0 and now matches 2.2.0. Filled one for dir-glob in case they broke their package: kevva/dir-glob#10 Most probably globby should have a more strict version requirement for dir-glob :) |
@sindresorhus the build failed though |
8.0.2 is not yet on the npm registry https://www.npmjs.com/package/globby . But maybe it can be manually force refreshed. |
It shows there for me. |
@mrtnbroder That’s just because of some lint issues. |
Works for us now. Thank you very much. |
@sindresorhus it proves the necessity of |
@marswong, |
Hi guys just a heads up,
It looks like there is an issue with the dir-glob module which according to npm was bumped to version 2.2.0 earlier today. The package.json for this project requires it with a hat (https://github.com/sindresorhus/globby/blob/master/package.json#L59).
Looking at this project on github however it's not been updated since February 2018: https://github.com/kevva/dir-glob which looks a little suspicious.
Our builds where receiving the following error:
:)
The text was updated successfully, but these errors were encountered: