I followed the steps mentioned in the document to support localization in some project, I've completed all the steps as mentioned, but when I tried to run the project I got the following error:
ERROR in Error: Metadata version mismatch for module C:/Users/someUser/Source/Repos/myProject/node_modules/@ngx-translate/core/core.d.ts, foundversion 4, expected 3, resolving symbol AppModule in C:/Users/someUser/Source/Repos/myProject/src/app/app.module.ts, resolving symbol AppModulein C:/Users/someUser/Source/Repos/myProject/src/app/app.module.ts, resolving symbol 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: Failed to compile.
While @ngx-translate/core versions starts with version 6.0.
What is the problem?