You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
mhsdesign
changed the title
composer create-project neos/neos-base-distribution fails on windows"post-create-project-cmd": "./flow welcome" Issues
Jan 31, 2023
I would suggest to check first if ./flow even exists or if the execution fails echo out a usefull note instead of letting the composer create project command to crash
composer create-project neos/neos-base-distribution
fails on windowssee https://discuss.neos.io/t/composer-create-project-neos-neos-base-distribution-mysite-not-working-windows/6147/3
duplicate of https://discuss.neos.io/t/setting-up-neos-with-xampp/5917
The problem is that we run
flow welcome
, at a time where flow cant find the php executable - as this needs to be adjusted first.https://discuss.neos.io/t/setting-up-neos-with-xampp/5917/5?u=marc
Adjusting
Neos.Flow.core.phpBinaryPathAndFilename
on windows is a mandatory step before flow would even run: https://discuss.neos.io/t/running-neos-flow-on-windows-10-success/2752The text was updated successfully, but these errors were encountered: