-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
gulp-ava error: process.send is not a function #143
Comments
What gulp-ava version are you using? |
0.2.0 |
Just tried [email protected] with an official example (https://github.com/sindresorhus/gulp-ava) and it works. I assume you linked some future version of AVA into your directory. |
I use ava 0.3.0 |
I just realized we are in ava repository, not gulp-ava. So, this is unclear why it's failing now. Could you please prepare a set of steps to reproduce your error and open this issue over at https://github.com/sindresorhus/gulp-ava? Thanks. |
When using gulp-ava get error:
[14:54:30] Using gulpfile ~/work/ctx-ava/gulpfile.js
[14:54:30] Starting 'test-ava'...
[14:54:31] 'test-ava' errored after 875 ms
[14:54:31] Error in plugin 'gulp-ava'
Message:
Command failed: /home/feofanov/work/ctx-ava/node_modules/gulp-ava/node_modules/.bin/ava /home/feofanov/work/ctx-ava/test/test/ava/test.js --color
TypeError: process.send is not a function
From CLI ava works fine
The text was updated successfully, but these errors were encountered: