No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. NT
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Groups 0

    NT

    @NT

    0
    Reputation
    211
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    NT Follow

    Latest posts made by NT

    • RE: Restore from git

      @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’.

      posted in Help
      N
      NT
    • Restore from git

      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!

      posted in Help
      N
      NT