Advertisement
Guest User

Untitled

a guest
May 25th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. To disable this warning use "ng config -g cli.warnings.versionMismatch false".
  2. ** NG Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
  3. Date: 2018-05-25T20:16:29.450Z
  4. Hash: 364363d63c587346e3f9
  5. Time: 3779ms
  6. chunk {inline} inline.bundle.js, inline.bundle.js.map (inline) 5.83 kB [entry] [rendered]
  7. chunk {main} main.bundle.js, main.bundle.js.map (main) 1.06 kB {vendor} [initial] [rendered]
  8. chunk {polyfills} polyfills.bundle.js, polyfills.bundle.js.map (polyfills) 323 bytes {inline} [initial] [rendered]
  9. chunk {styles} styles.bundle.js, styles.bundle.js.map (styles) 11.3 kB {inline} [initial] [rendered]
  10. chunk {vendor} vendor.bundle.js, vendor.bundle.js.map (vendor) 338 kB [initial] [rendered]
  11.  
  12. ERROR in Error: Metadata version mismatch for module /Users/stefanomartines/Desktop/mapv2/node_modules/@agm/core/index.d.ts, found version 4, expected 3, resolving symbol AppModule in /Users/stefanomartines/Desktop/mapv2/src/app/app.module.ts, resolving symbol AppModule in /Users/stefanomartines/Desktop/mapv2/src/app/app.module.ts, resolving symbol AppModule in /Users/stefanomartines/Desktop/mapv2/src/app/app.module.ts
  13. at syntaxError (/Users/stefanomartines/Desktop/mapv2/node_modules/@angular/compiler/bundles/compiler.umd.js:1729:34)
  14. at simplifyInContext (/Users/stefanomartines/Desktop/mapv2/node_modules/@angular/compiler/bundles/compiler.umd.js:24979:23)
  15. at StaticReflector.simplify (/Users/stefanomartines/Desktop/mapv2/node_modules/@angular/compiler/bundles/compiler.umd.js:24991:13)
  16. at StaticReflector.annotations (/Users/stefanomartines/Desktop/mapv2/node_modules/@angular/compiler/bundles/compiler.umd.js:24418:41)
  17. at _getNgModuleMetadata (/Users/stefanomartines/Desktop/mapv2/node_modules/@angular/compiler-cli/src/ngtools_impl.js:138:31)
  18. at _extractLazyRoutesFromStaticModule (/Users/stefanomartines/Desktop/mapv2/node_modules/@angular/compiler-cli/src/ngtools_impl.js:109:26)
  19. at Object.listLazyRoutesOfModule (/Users/stefanomartines/Desktop/mapv2/node_modules/@angular/compiler-cli/src/ngtools_impl.js:53:22)
  20. at Function.NgTools_InternalApi_NG_2.listLazyRoutes (/Users/stefanomartines/Desktop/mapv2/node_modules/@angular/compiler-cli/src/ngtools_api.js:91:39)
  21. at AotPlugin._getLazyRoutesFromNgtools (/Users/stefanomartines/Desktop/mapv2/node_modules/@ngtools/webpack/src/plugin.js:212:44)
  22. at _donePromise.Promise.resolve.then.then.then.then.then (/Users/stefanomartines/Desktop/mapv2/node_modules/@ngtools/webpack/src/plugin.js:448:24)
  23. at <anonymous>
  24. at process._tickCallback (internal/process/next_tick.js:188:7)
  25.  
  26. webpack: Failed to compile.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement