I have my cf local running.
First I pull my droplet in my Folder /Development/myProject
cf local pull myProjekt
than I want to run my cf local with
cf local run myProject -f myProject
but than an error occures with
Error: open ./myProject.droplet: no such file or directory
Than I thought I have to give the complete path to the droplet, although it is in the current folder where I run my
cf local run ...
Than I tried
cf local run myProject -f myProject -d ~/Development/myProject
but the same error occures. Have someone an idea how to run it correctly? THANKS for any help!