We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related sindresorhus/gulp-mocha#165. I've tried sindresorhus/gulp-mocha#154 (comment) (enabling LongPathsEnabled in registry) and sindresorhus/gulp-mocha#165 (comment) (passing recursive: true).
LongPathsEnabled
recursive: true
The text was updated successfully, but these errors were encountered:
I think the problem is godaddy-test-tools specifies gulp@4 https://github.com/godaddy/godaddy-test-tools/blob/master/package.json#L41 but gulp-mocha seems to only support gulp@^3.9.1 https://github.com/sindresorhus/gulp-mocha/blob/master/package.json#L47.
godaddy-test-tools
gulp@4
gulp-mocha
gulp@^3.9.1
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Related sindresorhus/gulp-mocha#165. I've tried sindresorhus/gulp-mocha#154 (comment) (enabling
LongPathsEnabled
in registry) and sindresorhus/gulp-mocha#165 (comment) (passingrecursive: true
).The text was updated successfully, but these errors were encountered: