【发布时间】:2017-12-10 11:45:56
【问题描述】:
当我开始运行我的节点应用程序时看到一个错误。
错误提示“模块 ../node_modules/@ng-bootstrap/ng-bootstrap/index.d.ts 元数据版本不匹配错误,找到版本 4,预期版本 3”
完整的错误跟踪是:
模块元数据版本不匹配错误 D:/MyProj/Client/node_modules/@ng-bootstrap/ng-bootstrap/index.d.ts, 找到版本 4,预期为 3,解析符号 AppModule D:/MyProj/Client/src/app/app.module.ts,解析符号AppModule D:/MyProj/Client/src/app/app.module.ts,解析符号AppModule D:/MyProj/Client/src/app/app.module.ts webpack: 编译失败。
【问题讨论】: