Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0.0
-
None
-
None
Description
If you add, say, windows 3.5.0 platform to a project with the save flag:
cordova platform add windows@3.5.0 --save
We write out ^3.5.0 to config.xml.
If the platform is removed then re-added, we install 4.0.0 instead of the expected 3.8.2.
This is because internally we are using a version of npm that doesn't understand caret versions.