Guest User

Untitled

a guest
Jun 7th, 2018
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. ERROR in ./src/main.ts
  2. Module not found: Error: Can't resolve './$$_gendir/app/app.module.ngfactory' in 'D:00PSworkspace_uidashboardsrc'
  3. ERROR in Error: Metadata version mismatch for module D:/000PS/workspace_ui/dashboard/node_modules/ngx-pipes/src/app/index.d.ts, found version 4, expected 3
  4. at StaticSymbolResolver.getModuleMetadata (D:00PSworkspace_uidashboardnode_modules@angularcompilerbundlescompiler.umd.js:25755:34)
  5. at StaticSymbolResolver._createSymbolsOf (D:00PSworkspace_uidashboardnode_modules@angularcompilerbundlescompiler.umd.js:25543:46)
  6. at StaticSymbolResolver.getSymbolsOf (D:00PSworkspace_uidashboardnode_modules@angularcompilerbundlescompiler.umd.js:25524:14)
  7. at D:00PSworkspace_uidashboardnode_modules@angularcompilerbundlescompiler.umd.js:24381:30
  8. at Array.forEach ()
  9. at extractProgramSymbols (D:00PSworkspace_uidashboardnode_modules@angularcompilerbundlescompiler.umd.js:24380:79)
  10. at AotCompiler.analyzeModulesAsync (D:00PSworkspace_uidashboardnode_modules@angularcompilerbundlescompiler.umd.js:23936:47)
  11. at CodeGenerator.codegen (D:00PSworkspace_uidashboardnode_modules@angularcompiler-clisrccodegen.js:32:14)
  12. at Function.NgTools_InternalApi_NG_2.codeGen (D:00PSworkspace_uidashboardnode_modules@angularcompiler-clisrcngtools_api.js:73:30)
  13. at _donePromise.Promise.resolve.then (D:00PSworkspace_uidashboardnode_modules@ngtoolswebpacksrcplugin.js:428:58)
  14. at
  15. at process._tickCallback (internal/process/next_tick.js:188:7)
  16.  
  17. {
  18. "name": "dashboard",
  19. "version": "1.0.1",
  20. "scripts": {
  21. "ng": "ng",
  22. "start": "ng serve",
  23. "build": "ng build",
  24. "test": "ng test",
  25. "lint": "ng lint",
  26. "e2e": "ng e2e"
  27. },
  28. "private": true,
  29. "dependencies": {
  30. "@angular/common": "4.4.4",
  31. "@angular/compiler": "4.4.4",
  32. "@angular/core": "4.4.4",
  33. "@angular/forms": "4.4.4",
  34. "@angular/http": "4.4.4",
  35. "@angular/platform-browser": "4.4.4",
  36. "@angular/platform-browser-dynamic": "4.4.4",
  37. "@angular/router": "4.4.4",
  38. "@ngui/map": "0.18.3",
  39. "@types/googlemaps": "3.26.14",
  40. "angular2-jwt": "^0.2.3",
  41. "bootstrap": "3.3.5",
  42. "bootstrap-notify": "3.1.3",
  43. "bootstrap-select": "1.12.2",
  44. "bootstrap-switch": "3.3.4",
  45. "bootstrap-tagsinput": "0.7.1",
  46. "chartist": "0.9.4",
  47. "chartist-plugin-zoom": "0.4.0",
  48. "chartjs-plugin-zoom": "0.5.0",
  49. "core-js": "2.4.1",
  50. "datatables": "1.10.12",
  51. "datatables.net-bs": "1.10.12",
  52. "datatables.net-responsive": "2.1.1",
  53. "easy-pie-chart": "2.1.7",
  54. "eonasdan-bootstrap-datetimepicker": "4.17.47",
  55. "fullcalendar": "3.4.0",
  56. "jasny-bootstrap": "3.1.3",
  57. "jquery": "1.12.4",
  58. "material-design-icons": "^3.0.1",
  59. "mdbootstrap": "^4.5.0",
  60. "ng2-fab-speed-dial": "^1.0.0-beta.5",
  61. "ngx-pipes": "^1.6.5",
  62. "nouislider": "9.2.0",
  63. "npm": "^5.8.0",
  64. "rxjs": "5.4.2",
  65. "time-ago-pipe": "1.2.1",
  66. "twitter-bootstrap-wizard": "^1.2.0",
  67. "web-animations-js": "2.2.2",
  68. "zone.js": "0.8.4"
  69. },
  70. "devDependencies": {
  71. "@angular/cli": "^1.7.4",
  72. "@angular/compiler-cli": "4.4.4",
  73. "@types/bootstrap": "3.3.32",
  74. "@types/chartist": "0.9.34",
  75. "@types/jasmine": "2.5.38",
  76. "@types/jquery": "1.10.31",
  77. "@types/node": "6.0.73",
  78. "angular2-jwt": "^0.2.3",
  79. "codelyzer": "2.0.0",
  80. "jasmine-core": "2.5.2",
  81. "jasmine-spec-reporter": "3.2.0",
  82. "karma": "1.4.1",
  83. "karma-chrome-launcher": "2.0.0",
  84. "karma-cli": "1.0.1",
  85. "karma-coverage-istanbul-reporter": "0.2.0",
  86. "karma-jasmine": "1.1.0",
  87. "karma-jasmine-html-reporter": "0.2.2",
  88. "protractor": "5.1.0",
  89. "ts-node": "2.0.0",
  90. "tslint": "4.5.0",
  91. "typescript": "2.4.2"
  92. }
  93. }
Add Comment
Please, Sign In to add comment