ionic3模块构建失败:TypeError:无法读取未定义的属性“ type”

时间:2018-08-22 07:22:51

标签: ionic3

我正在使用Ionic Cordova构建Android --prod,但出现此错误:

Error message

离子信息:

cli packages: (/usr/local/lib/node_modules)

    @ionic/cli-utils  : 1.9.2
    ionic (Ionic CLI) : 3.9.2

global packages:

    Cordova CLI : 8.0.0

local packages:

    @ionic/app-scripts : 3.1.0
    Cordova Platforms  : android 7.0.0
    Ionic Framework    : ionic-angular 3.9.2

System:

    Android SDK Tools : 25.2.5
    Node              : v10.8.0
    npm               : 6.3.0
    OS                : macOS High Sierra

2 个答案:

答案 0 :(得分:1)

您需要使用@ ionic / app-scripts 3.1.1。那是3.1.0版本的错误。 您可以看到它here

答案 1 :(得分:0)

$ npm install @ionic/app-scripts@latest --save-dev