@rstoenescu thanks for quick response!
I’ve just tried you solution but still get ‘CordovaError: Current working directory is not a Cordova-based project.’ when run ‘quasar dev -m cordova -T android’.
@rstoenescu thanks for quick response!
I’ve just tried you solution but still get ‘CordovaError: Current working directory is not a Cordova-based project.’ when run ‘quasar dev -m cordova -T android’.
Hi,
I’ve created quasar app, added cordova, built, run on Android emulator and push to git.
On another PC I clone my repo, execute ‘npm i’, ‘quasar dev -m cordova -T android’ and get the following error:
UnhandledPromiseRejectionWarning: CordovaError: Current working directory is not a Cordova-based project.
I tried to go to src-cordova folder and run ‘cordova prepare’ but get the same error.
Then I tried to perform ‘quasar mode -a cordova’, but get error:
app:mode-cordova Cordova support detected already. Aborting.
So I had to run ‘quasar mode -r cordova’ and ‘quasar mode -a cordova’ after that quasar was able to build the project, but this workaround clears my config.xml, so this is not a solution for me.
What I’m doing wrong?
Please, help!