7

Looks like wdio has fibers as a dependency, which uses node-gyp, which apparently won't run on Windows without Python 2.7.

Now that I have that installed, I don't get the "missing PYTHON" error, but it hangs forever on whatever that command is doing - fibers.

Hangs forever on fibers

user7637745
  • 965
  • 2
  • 14
  • 27
antonpug
  • 13,724
  • 28
  • 88
  • 129

1 Answers1

-1

The question itself is not related to WebdriverIO, please see node-gyp doc https://github.com/nodejs/node-gyp#on-windows

Mike G.
  • 3,860
  • 3
  • 17
  • 18