【发布时间】:2017-11-18 00:51:33
【问题描述】:
每次我运行这个命令:ionic cordova build android --release
我正在使用 cordova -v 7.0.1
我收到此错误:
The config file (.\ionic.config.json) is not valid JSON format.
Please fix any JSON errors in the file.
这是我的文件:
{
"app_id": "12345",
"name": "myApp",
"type": "ionic1"
}
我不确定这里发生了什么。
这个命令可以正常工作:cordova build android --release
我不确定 ionic 发生了什么。
【问题讨论】:
-
我试过了,没有效果。
-
请问您为什么使用 (ionic cordova)?
标签: json windows cordova ionic-framework