npm run ionic:build --prod giving strange error

后端 未结 3 826
生来不讨喜
生来不讨喜 2021-01-20 12:10

When I am trying to run npm run ionic:build --prod, it is giving me below errors:

Error: Cannot determine the module for class OverlayPor

3条回答
  •  执笔经年
    2021-01-20 12:50

    I ran into this same error. For me it was due to inconsistent Ionic imports (some from top-level ionic-angular, and some importing directly from the component, e.g. ionic-angular/components/loading/loading-controller).

    https://stackoverflow.com/a/50858210/6599076

提交回复
热议问题