When I move my PhoneGap project to another folder, I can't run phonegap local
commands anymore. For example, this command:
phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-console.git
results in this error:
[error] project directory could not be found
My guess is that PhoneGap defines project directory somewhere in configuration and it can't find my project because I moved it to another folder. I there a way to change PhoneGap project directory in configuration?