Após fazer o passo a passo conforme foi feito no vídeo, é exibido no console que o projeto angular foi compilado com sucesso, porém os testes não executam e as seguintes linhas são exibidas:
[15:33:55] I/update - chromedriver: file exists C:\projetos\projeto-angular\alurapic\node_modules\protractor\node_modules\webdriver-manager\selenium\chromedriver_2.46.zip
[15:33:55] I/update - chromedriver: unzipping chromedriver_2.46.zip
[15:33:55] I/update - chromedriver: chromedriver_2.46.exe up to date
events.js:187
throw er; // Unhandled 'error' event
^
Error: write EPIPE
at ChildProcess.target._send (internal/child_process.js:806:20)
at ChildProcess.target.send (internal/child_process.js:676:19)
at Observable._subscribe (C:\projetos\projeto-angular\alurapic\node_modules\@angular-devkit\build-angular\src\utils\run-module-as-observable-fork.js:57:23)
at Observable.subscribe (C:\projetos\projeto-angular\alurapic\node_modules\rxjs\internal\Observable.js:162:69)
at C:\projetos\projeto-angular\alurapic\node_modules\rxjs\internal\util\subscribeTo.js:22:31
at Object.subscribeToResult (C:\projetos\projeto-angular\alurapic\node_modules\rxjs\internal\util\subscribeToResult.js:7:45)
at MergeMapSubscriber._innerSub (C:\projetos\projeto-angular\alurapic\node_modules\rxjs\internal\operators\mergeMap.js:132:38)
at MergeMapSubscriber._tryNext (C:\projetos\projeto-angular\alurapic\node_modules\rxjs\internal\operators\mergeMap.js:129:14)
at MergeMapSubscriber._next (C:\projetos\projeto-angular\alurapic\node_modules\rxjs\internal\operators\mergeMap.js:112:18)
at MergeMapSubscriber.Subscriber.next (C:\projetos\projeto-angular\alurapic\node_modules\rxjs\internal\Subscriber.js:103:18)
at MergeMapSubscriber.notifyNext (C:\projetos\projeto-angular\alurapic\node_modules\rxjs\internal\operators\mergeMap.js:141:26)
at InnerSubscriber._next (C:\projetos\projeto-angular\alurapic\node_modules\rxjs\internal\InnerSubscriber.js:30:21)
at InnerSubscriber.Subscriber.next (C:\projetos\projeto-angular\alurapic\node_modules\rxjs\internal\Subscriber.js:103:18)
at C:\projetos\projeto-angular\alurapic\node_modules\rxjs\internal\util\subscribeToPromise.js:7:24
at processTicksAndRejections (internal/process/task_queues.js:93:5)
Emitted 'error' event on ChildProcess instance at:
at internal/child_process.js:810:39
at processTicksAndRejections (internal/process/task_queues.js:75:11) {
errno: 'EPIPE',
code: 'EPIPE',
syscall: 'write'
}
Será que alguém pode me ajudar? Tem a ver com a versão do chrome? Pesquisei mas ainda não consegui resolver :/
Aqui está o projeto no github: https://github.com/jeffersonmello8/protractor-nodejs