cloudfoundry-incubator / cflocal

Stage and launch CF apps, push and pull droplets, and connect to real CF services -- in Docker
Apache License 2.0
178 stars 27 forks source link

Installation Failed: fork/exec ./cflocal: no such file or directory #11

Closed manjunathgudisi closed 7 years ago

manjunathgudisi commented 7 years ago

Hi

Installation is failed due to below error.

fork/exec ./cflocal: no such file or directory

Attached the screenshot. screen shot 2017-10-22 at 10 57 17 am

Thanks, MG

sclevine commented 7 years ago

I suspect that you're running an old version of the cf CLI. See #6.

sclevine commented 7 years ago

Were you able to get past this issue?

manjunathgudisi commented 7 years ago

yes, I have updated the cf-cli to

cf version 6.32.0+0191c33d9.2017-09-26

and then installed cflocal. Works fine.

Plugin cflocal 0.18.0 successfully installed

Thank you.