Cordova Slack Digest

Wed, 17 Nov 2021 08:21:14 GMT

User count: 4677

Join the conversation at slack.cordova.io

Channel #general (3 messages)


Tue, 16 Nov 2021 09:37:25 GMT

@info300 says

Hola @erisu !!!

> Cordova Lib 10.1.0 Released! should I do uninstall cordova and all platforms to get the update?

Tue, 16 Nov 2021 10:22:10 GMT

@erisu says

Only Cordova CLI needs to be reinstalled.

npm install -g cordova@latest```


Wed, 17 Nov 2021 07:16:23 GMT

@harel.mazor says

Hi! Are three any plans to facilitate for promises along side callbacks in the “core” plugins? The idea is to do the API like mongidb does, I‘ve implemented this in the plugin I maintain (cordova-background-geolocation-plugin) and it’s very convenient and solves the “callback hell”.