I want to run tests for a project, using Windows 10.
The tests spawn protractor
, which errors:
Error: spawn protractor ENOENT
I tried to do everything that might solve it, including:
chromeOnly
to configdirectConnect
to configSystem32
to pathJDK/.bin
and JRE/.bin
to pathI still get this error when trying to spawn protractor.
Versions:
Source code: https://github.com/driftyco/ionic/blob/master/scripts/gulp/tasks/snapshot.ts#L80
For closing purposes. The issue was identified in https://github.com/nodejs/node/issues/3675
because...windows.