Теперь у меня последняя версия ionic 4.6.0.Моя ионная версия: 4.6.0.
Когда я попробовал старую команду v1:
ionic build ios
Я получил:
Команда сборки имеетбыл переименованЧтобы узнать больше, запустите:
ionic cordova build --help
Затем запустите,
ionic covdova build ios
Не удалось с этим:
[WARN] Не удалось определить тип проекта (конфигурация проекта: ./ionic.config.json).
- For @ionic/angular projects, make sure @ionic/angular is listed as a
dependency in package.json.
- For Ionic 2/3 projects, make sure ionic-angular is listed as a
dependency in package.json.
- For Ionic 1 projects, make sure ionic is listed as a dependency in
bower.json.
Alternatively, set type attribute in ./ionic.config.json to one of:
angular, ionic-angular, ionic1, custom.
If the Ionic CLI does not know what type of project this is, ionic build,
ionic serve, and other commands may not work. You can use the custom
project type if that's okay.
Неверный тип проекта: не определено
Дайте мне знатьЕсли что-то пропущу или мне нужно поменять.