[8.1.2] `prepare --verbose` gives conflicting information
- Dominant language
- JavaScript
- Stars
- 967
- Forks
- 344
- Avg merge
- 8h 41m
- Merged PRs (30d)
- 9
Description
```
λ cordova prepare ios --verbose
...
Config.xml and package.json platforms are the same. No pkg.json modification.
Package.json and config.xml platforms are different. Updating config.xml with most current list of platforms.
```
First it says they are same, then it says they are different. Confusing.
(`pkg.json` is also not a real file)
Contributor guide
Research direction
Start by reproducing `cordova prepare ios --verbose` and inspect the platform synchronization messages for the two contradictory statements. Update the wording so it accurately describes whether `config.xml` and `package.json` platforms match, and replace the incorrect `pkg.json` reference; done when the verbose output is consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, javascript, nodejs
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100