【问题标题】:Getting prod build error for ngx-owl-carousel获取 ngx-owl-carousel 的产品构建错误 【发布时间】:2020-09-19 19:27:16 【问题描述】: 我在我的项目中使用 ngx-owl-carousel-o,在本地它工作正常,当我运行 ng build --prod 时出现错误,版本是"ngx-owl-carousel-o": "^2.0.1", 【问题讨论】: 标签: javascript angular node-modules 【解决方案1】: 试试 "ngx-owl-carousel-o": "2.0.0" 它对我有用 【讨论】: