4

我按照文档中提到的步骤来支持某些项目中的本地化,我已经完成了提到的所有步骤,但是当我尝试运行该项目时,出现以下错误:

错误中的错误:模块 C:/Users/someUser/Source/Repos/myProject/node_modules/@ngx-translate/core/core.d.ts 的元数据版本不匹配,foundversion 4,预期 3,在 C:/ 中解析符号 AppModule Users/someUser/Source/Repos/myProject/src/app/app.module.ts,解析符号 AppModulein C:/Users/someUser/Source/Repos/myProject/src/app/app.module.ts,解析符号 AppModule in C:/Users/someUser/Source/Repos/myProject/src/app/app.module.ts at Error (native) at syntaxError (C:\Users\someUser\Source\Repos\myProject\node_modules\@angular\compiler\ bundles\compiler.umd.js:1729:34) ....

webpack:编译失败。

而@ngx-translate/core 版本从 6.0 版本开始。

问题是什么?

4

1 回答 1

1

经过一些试验,我发现这是一个包兼容性问题,我已经全部升级到 angular 5(按照本指南),并且一切都运行良好。

在此处输入图像描述

于 2018-02-21T10:25:19.150 回答