fabriciovasc opened a new issue, #508: URL: https://github.com/apache/cordova/issues/508
# Bug Report ## Problem ### What is expected to happen? Cordova 12 continues to work on platforms with node 14 or older ### What does actually happen? When version 12 is installed, cordova-lib@12.0.1 is not installed as described in package.json The cordova-lib@12.0.2 package is kept as default ## Information ### Command or Code Try to install cordova@12 and check version ```shell npm i -g cordova@12 cordova -v ``` Expected: ```shell 12.0.0 (cordova-lib@12.0.1) ``` Got: ```shell 12.0.0 (cordova-lib@12.0.2) ``` ### Environment, Platform, Device ```shell ionic info ``` ```shell Ionic: Ionic CLI : 6.20.9 (C:\ProgramData\nvm\v14.21.3\node_modules\@ionic\cli) Ionic Framework : ionic-angular 3.9.8 @ionic/app-scripts : 3.2.4 Cordova: Cordova CLI : not installed Cordova Platforms : not available Cordova Plugins : not available Utility: cordova-res : 0.15.4 native-run : 2.0.1 System: NodeJS : v14.21.3 (C:\Program Files\nodejs\node.exe) npm : 6.14.18 OS : Windows 10 ``` ### Version information ```shell Ionic: Ionic CLI : 6.20.9 (C:\ProgramData\nvm\v14.21.3\node_modules\@ionic\cli) Ionic Framework : ionic-angular 3.9.8 @ionic/app-scripts : 3.2.4 Cordova: Cordova CLI : not installed Cordova Platforms : not available Cordova Plugins : not available Utility: cordova-res : 0.15.4 native-run : 2.0.1 System: NodeJS : v14.21.3 (C:\Program Files\nodejs\node.exe) npm : 6.14.18 OS : Windows 10 ``` ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [ ] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above -- 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.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