Albert Leao

Results 33 comments of Albert Leao

Pull request here: #101

Node 14.16.1 NPM 6.14.22 Will attempt with your version.

![image](https://user-images.githubusercontent.com/1950338/228036998-7021ff17-891b-4b6f-b7f2-db815f07a70b.png)

Also tried on a brand new cordova project and got the same error

issue is also happening on 10.1.1 now. ``` { "name": "app", "version": "5.0.0", "description": "native applications", "main": "www/index.html", "scripts": { "cordova": "cordova" }, "repository": { "type": "git", "url": "scrubbed" },...

When you say it installs for you, is it actually working? Depending on my config, i can get it to install but I haven't gotten it to actually upload anything

What version of gradle are you using?

Are you adding via npm or using cordova plugin add? Still 0 luck installing and using this plugin. Worked fine a few months ago.

After tweaking a bunch of settings I managed to get it to install but now running into this issue ``` E/PluginManager: Uncaught exception from plugin android.database.sqlite.SQLiteException: Can't downgrade database from...

I've added `'node_modules/(?!vue2-google-maps)',` to my `transformIgnorePatterns` and still receive the unexpected token error. anyone have any other ideas?