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

gulp-ava error: process.send is not a function #143

Closed
Ivan-Feofanov opened this issue Nov 6, 2015 · 5 comments
Closed

gulp-ava error: process.send is not a function #143

Ivan-Feofanov opened this issue Nov 6, 2015 · 5 comments

Comments

@Ivan-Feofanov
Copy link

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

@vadimdemedes
Copy link
Contributor

What gulp-ava version are you using?

@Ivan-Feofanov
Copy link
Author

0.2.0

@vadimdemedes
Copy link
Contributor

Just tried gulp-ava@0.2.0 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.

@Ivan-Feofanov
Copy link
Author

I use ava 0.3.0

@vadimdemedes
Copy link
Contributor

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.

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

2 participants