Reputation: 11
I need to launch my craft cms. So I installed docker and ddev correctly ( also ubuntu, WSL2 etc) , so when I write ddev config , ddev start, ddev describe in my terminal on visual studio code there is no problem everything is fine but if i want to launch it ( ddev launch ) it gives an error saying 'No such file or directory Failed to run launch ; error=exit status 127', but I checked it by writing ddev help and the command exist. I’m so lost and getting crazy. I am using powershell as my terminal in VS code.
this is the error copy from my terminal:
PS C:\Users\alara\test-ddev> ddev launch
/bin/bash: C:Usersalara.ddevcommandshostlaunch: No such file or directory
Failed to run launch ; error=exit status 127
I tried asking chatgpt , deepseek to find a solution but they keep saying it's because the command doesn't exist and as i said earlier I checked it by typing ddev --help and the launch is there: copied from my terminal -> (launch Launch a browser with the current site (global shell host container command)
Upvotes: 0
Views: 27