代码之家  ›  专栏  ›  技术社区  ›  Evan Carroll

配置与所需架构不匹配:数据路径“/lib”不得具有其他属性(umdModuleIds)

  •  0
  • Evan Carroll  · 技术社区  · 3 年前

    当我跑步时 ng build 我明白,

    ❯ ng build
    Building Angular Package
    Configuration doesn't match the required schema.
    Data path "/lib" must NOT have additional properties (umdModuleIds).
    

    这个问题的根源是什么?我该如何解决

    1 回复  |  直到 3 年前
        1
  •  1
  •   Evan Carroll    3 年前

    问题在于 version 13.0.0 of ng-packager a BREAKING CHANGE was introduced

    我们不再生成UMD捆绑包。以下用于UMD捆绑包生成的选项也已删除;

    • umdModuleIds
    • amdId
    • umdId

    According to the comments in this thread these options have not been in use since version 2. 但现在它们产生了一个错误。