nsteenbeek opened a new issue, #617: URL: https://github.com/apache/cordova-cli/issues/617
# Bug Report Adding platform 'windows' broken in version 12.0.0. Works in version 11.1.0. ## Problem Command line: cordova platform add windows Results in: 'Using cordova-fetch for windows@^7.0.1' ### What is expected to happen? Command line: cordova platform add windows Results in: 'Using cordova-fetch for **cordova**-windows@^7.0.1 ### What does actually happen? Command line: cordova platform add windows 'Using cordova-fetch for windows@^7.0.1' 'npm ERR! notarget No matching version found for windows@^7.0.1.' ## Information ### Works npm i -g [email protected] cordova platform add windows ### Does not work npm i -g [email protected] (@latest) cordova platform add windows ### Command or Code cordova platform add windows ### Environment, Platform, Device Windows 11 ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
