Guest User

Untitled

a guest
Dec 2nd, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. ERROR in Error: Metadata version mismatch for module /home/ishant/HighChartDemo/node_modules/angular-highcharts/angular-highcharts.d.ts, found version 4, expected 3, resolving symbol AppModule in /home/ishant/HighChartDemo/src/app/app.module.ts, resolving symbol AppModule in /home/ishant/HighChartDemo/src/app/app.module.ts
  2. at syntaxError (/home/ishant/HighChartDemo/node_modules/@angular/compiler/bundles/compiler.umd.js:1729:34)
  3. at simplifyInContext (/home/ishant/HighChartDemo/node_modules/@angular/compiler/bundles/compiler.umd.js:24979:23)
  4. at StaticReflector.simplify (/home/ishant/HighChartDemo/node_modules/@angular/compiler/bundles/compiler.umd.js:24991:13)
  5. at StaticReflector.annotations (/home/ishant/HighChartDemo/node_modules/@angular/compiler/bundles/compiler.umd.js:24418:41)
  6. at _getNgModuleMetadata (/home/ishant/HighChartDemo/node_modules/@angular/compiler-cli/src/ngtools_impl.js:138:31)
  7. at _extractLazyRoutesFromStaticModule (/home/ishant/HighChartDemo/node_modules/@angular/compiler-cli/src/ngtools_impl.js:109:26)
  8. at Object.listLazyRoutesOfModule (/home/ishant/HighChartDemo/node_modules/@angular/compiler-cli/src/ngtools_impl.js:53:22)
  9. at Function.NgTools_InternalApi_NG_2.listLazyRoutes (/home/ishant/HighChartDemo/node_modules/@angular/compiler-cli/src/ngtools_api.js:91:39)
  10. at AotPlugin._getLazyRoutesFromNgtools (/home/ishant/HighChartDemo/node_modules/@ngtools/webpack/src/plugin.js:241:66)
  11. at _donePromise.Promise.resolve.then.then.then.then.then (/home/ishant/HighChartDemo/node_modules/@ngtools/webpack/src/plugin.js:495:24)
  12. at process._tickCallback (internal/process/next_tick.js:109:7)
  13.  
  14. {
  15. "name": "high-chart-demo",
  16. "version": "0.0.0",
  17. "license": "MIT",
  18. "scripts": {
  19. "ng": "ng",
  20. "start": "ng serve",
  21. "build": "ng build",
  22. "test": "ng test",
  23. "lint": "ng lint",
  24. "e2e": "ng e2e"
  25. },
  26. "private": true,
  27. "dependencies": {
  28. "@angular/animations": "^4.2.4",
  29. "@angular/common": "^4.2.4",
  30. "@angular/compiler": "^4.2.4",
  31. "@angular/core": "^4.2.4",
  32. "@angular/forms": "^4.2.4",
  33. "@angular/http": "^4.2.4",
  34. "@angular/platform-browser": "^4.2.4",
  35. "@angular/platform-browser-dynamic": "^4.2.4",
  36. "@angular/router": "^4.2.4",
  37. "angular-highcharts": "^5.1.1",
  38. "core-js": "^2.4.1",
  39. "highcharts": "^6.0.3",
  40. "rxjs": "^5.4.2",
  41. "zone.js": "^0.8.14"
  42. },
  43. "devDependencies": {
  44. "@angular/cli": "1.4.4",
  45. "@angular/compiler-cli": "^4.2.4",
  46. "@angular/language-service": "^4.2.4",
  47. "@types/highcharts": "^5.0.12",
  48. "@types/jasmine": "~2.5.53",
  49. "@types/jasminewd2": "~2.0.2",
  50. "@types/node": "~6.0.60",
  51. "codelyzer": "~3.2.0",
  52. "jasmine-core": "~2.6.2",
  53. "jasmine-spec-reporter": "~4.1.0",
  54. "karma": "~1.7.0",
  55. "karma-chrome-launcher": "~2.1.1",
  56. "karma-cli": "~1.0.1",
  57. "karma-coverage-istanbul-reporter": "^1.2.1",
  58. "karma-jasmine": "~1.1.0",
  59. "karma-jasmine-html-reporter": "^0.2.2",
  60. "protractor": "~5.1.2",
  61. "ts-node": "~3.2.0",
  62. "tslint": "~5.7.0",
  63. "typescript": "~2.3.3"
  64. }
  65. }
Add Comment
Please, Sign In to add comment