-
Notifications
You must be signed in to change notification settings - Fork 12k
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
unable to run e2e tests with an empty project #13113
Comments
Downgrading nodeJS version to LTS fixes the issue. You could try that for now. |
Thanks a lot @itsUndefined 😄 it worked for me. |
Downgrading from the latest Node.js v11.x to the latest v10.x worked for me. |
I got the same error on Node.js 10.14.2, downgrading to 10.14.1 worked for me. |
I got the same error too. 👎 |
Same issue. 11.x and 10.14.2 do not work for me. 10.14.1 works fine. Not the best start to trying out Angular for the first time... |
Same issue, took ages to find out what it was. Can confirm the issue showed with node 10.14.2. |
Heya all, we have a fix incoming in #13272. |
For Angular 6 users, upgrading Node to latest LTS (10.15.0) is working |
Angular CLI 6.2.8 (latest 6) ng e2e yet not working (Error: write EPIPE) |
ng e2e yet not working (Error: write EPIPE)
Error
|
The fix we merged should be in in the next patch release of the build system ( |
@filipesilva Thank you for the quick response, but when we expect this version, I get another audit issue in "@angular-devkit/build-angular@0.11.4"
|
I think next week. |
working with node version 10.14.1, seems issue with chrome driver in 10.15.1 version. |
Node 10.15.1 and angular 7.2 -> had the same error |
Node 10.15.1 and Angular 6.1.10. and had same error. |
@filipesilva I think this might have a regression issue. |
@Kiku-git Will you send a PR to |
WORKED FOR WINDOWS 10 Install the current version using nvmw nvmw install v10.14.2 <write your system version instead of 10.14.2> You are good to go if it shows 8.9.4 !!!! |
I just confirmed that Node 10.15.1 solved this issue. |
I confirming that this error still occur on Node 10.15.3 with Angular CLI 7.3.8 |
If ng e2e has such dependency on specific versions of node, wouldn't there be a version check when running this command and inform the developer properly ?
|
Error still occur on windows10 |
@LiorSaadon and anyone else still experiencing issues -- you need to run
|
@macgyver214 - your fix works for me, thanks! |
Node 10.16.0 and Angular 6.1.10 and had same error. Worked from Windows 10 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
node: 11.3.0
npm: 6.4.1
angular-cli: 7.1.0
windows: 10
Repro steps
Create a new project with
ng new project-name
and then runng e2e
The log given by the failure
Mention any other details that might be useful
I have tried running
ng e2e --webdriver-update=false
but got the same error.Thanks,
The text was updated successfully, but these errors were encountered: