Hello,
I Istalled Uvdesk via composer create-project uvdesk/community-skeleton helpdesk-project
and it sent me the following error:
Could not open input file: bin/console
Can you help me please?
@diana-lucciano
What steps have you followed and have you send manually the command for clear cache?
The error happen after the install command or you cleared cache with a manual SSH command?
@peopleinside said in Troubles with installation of uvdesk:
he error happen after the install command
The error happen after the install command. I just type this in console : composer create-project uvdesk/community-skeleton proyect1
I can see the following folders and notice that the bin folder is not installed
@diana-lucciano what version of composer are you running?
You need use Composer 2.
composer -vvv about
If you are running old composer update it
composer self-update
Thanks a lot.