-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Hi
I am trying to install ParallelRunner in Windows it is throwing below error
""
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for shvetsgroup/parallelrunner dev-master -> satisfia
ble by shvetsgroup/parallelrunner[dev-master].
- shvetsgroup/parallelrunner dev-master requires ext-pcntl * -> the requeste
d PHP extension pcntl is missing from your system.
To enable extensions, verify that they are enabled in those .ini files:
- C:\xampp\php\php.ini
You can also run php --ini inside terminal to see which files are used by PH
P in CLI mode.
""
I am tried to enable to pcntl extension in Windows, Unfortunately in that extension says that we cannot install this in Windows
http://php.net/manual/en/intro.pcntl.php
Is there anyway I could install this in Windows and run tests parallely??
Thanks in advance.
Mahesh