Closed xerk closed 6 years ago
Hi, I had the same problem in windows. My only solution was to make:
composer install --ignore-platform-reqs
So far I have not noticed any malfunctions. Sorry for my English, use the Google translator :)
@xerk , did you try @heyner29 's solution?
This error is very specific to the development environment's php configuration and not this project.
On a mac to move past this error you can run:
brew install php
The error is that pcntl is not enabled in the php.ini. This is also may be due to a newer version of php being needed on the system your are having issues with.
Check this out: https://stackoverflow.com/questions/34174511/how-to-install-php-extension-pcntl-on-my-mac-osx
In Windows it seems that the only solutions are to use a virtual machine as it does not look like xampp has a solution: see here : https://stackoverflow.com/questions/33036773/how-to-enable-pcntl-in-php-while-using-a-framework-like-symfony2/43157513
PHP docs show that it is the windows environment that is the cannot support the needed driver: http://php.net/manual/en/intro.pcntl.php
closing due to the inactivity of the OP
yarn build command does not work on windows
problem console
enso@ build C:\xampp\htdocs\enso-master\client rm -rf ../public/{js,themes,themes-rtl,images} && vue-cli-service build --no-clean --modern "rm" no se reconoce como un comando interno o externo,
Have you tried using a different console than CMD? Git Bash
or Cmander
alternatives
Hi, I had the same problem in windows. My only solution was to make:
composer install --ignore-platform-reqs
So far I have not noticed any malfunctions. Sorry for my English, use the Google translator :)
Thank you so much! It worked for me!
thank you for this information
I got this error when i install composer
composer install