Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
Steps to reproduce
1. Install latest cordova-cli from git repo
2. Create new project App using 'cordova create App' CLI command
3. Update app/.cordova/config.json to point to custom cordova-wp8 repo
For example
{ "id":"org.apache.mobilespec", "name":"mobilespec", "lib": { "wp8":
}}
4. Run 'cordova platform add wp8' commands
Expected: command succeeded.
Actually: command failed with the message below
Error: Error while checking requirements: '"c:\..\cordova-wp8\bin\check_reqs"' is not recognized as an internal or external command,
operable program or batch file.
Attachments
Attachments
Issue Links
- relates to
-
CB-6776 Make project/.cordova/config.json integrate with platforms.js
- Closed