Ionic 6, CI Property progress 不允许

问题描述 投票:0回答:1

我的项目,名字是小写的,编译生成apk,但是在VStudio中提示我没能解决的问题,Property progress is not allowed:

code in angular.json: 
 "ci": {
              "progress": false
            }

[{
    "resource": "/C:/ionic/prueba/angular.json",
    "owner": "_generated_diagnostic_collection_name_#0",
    "severity": 4,
    "message": "Property progress is not allowed.",
    "startLineNumber": 86,
    "startColumn": 15,
    "endLineNumber": 86,
    "endColumn": 25
}]

我发送额外的信息,非常感谢!!!

Ionic:

   Ionic CLI                     : 6.19.0 (C:\Users\Guille\AppData\Roaming\npm\node_modules\@ionic\cli)
   Ionic Framework               : @ionic/angular 6.0.14

Cordova:

   Cordova CLI       : 11.0.0
   Cordova Platforms : android 10.1.1

   OS                : Windows 10
ionic-framework ionic4
1个回答
-3
投票

我面临同样的问题!在 Github 或 Gitlab 上添加我的项目后!你如何解决这个问题? enter image description here

© www.soinside.com 2019 - 2024. All rights reserved.