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
What were you expecting to happen?
What actually happened?
Please post a sample of your gulpfile (preferably reduced to just the bit that's not working) The functions are simple exec functions such as-
gulp.task('setup-dependencies', callback => exec("yarn", { cwd: '/somePlace' }));
and some gulp tasks call functions which I set an attribute of 'displayName' for.
What version of gulp are you using? #4.0
What versions of npm and node are you using? node 7.8.0 npm 4.2.0 yarn 0.21.3
The text was updated successfully, but these errors were encountered:
my mistake. sorry. closing
Sorry, something went wrong.
What was you solution
No branches or pull requests
What were you expecting to happen?
What actually happened?
Please post a sample of your gulpfile (preferably reduced to just the bit that's not working)
The functions are simple exec functions such as-
and some gulp tasks call functions which I set an attribute of 'displayName' for.
What version of gulp are you using?
#4.0
What versions of npm and node are you using?
node 7.8.0
npm 4.2.0
yarn 0.21.3
The text was updated successfully, but these errors were encountered: