erisu commented on issue #936: URL: https://github.com/apache/cordova-lib/issues/936#issuecomment-2452868085
I am closing out this ticket as we just released `cordova-lib@12.0.2` that resolved this issue. To get this release, just reinstall the Cordova CLI 12.x and it will checkout the new lib package. If Cordova CLI is installed globally: ``` npm uninstall -g cordova npm install -g cordova@latest ``` If Cordova CLI is installed locally within your project: ``` npm uninstall cordova npm install cordova@latest ``` To confirm that `cordova-lib@12.0.2` was checked out, run `cordova -v` command and confirm the printout: ``` $ cordova -v 12.0.0 (cordova-lib@12.0.2) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org