Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. /usr/local/bin/node /usr/local/lib/node_modules/npm/bin/npm-cli.js run build:aot --scripts-prepend-node-path=auto
  2.  
  3. > mosmev-pgu@3.0.0 prebuild:aot /Users/inemiro/Documents/git/mo-pgu
  4. > yarn run clean
  5.  
  6. yarn run v1.12.3
  7. warning package.json: No license field
  8. $ rimraf dist
  9. Done in 0.20s.
  10.  
  11. > mosmev-pgu@3.0.0 build:aot /Users/inemiro/Documents/git/mo-pgu
  12. > webpack --progress --env.aot --env.client & webpack --env.aot --env.server & wait
  13.  
  14. Running build for client with AoT Compilation
  15. Running build for server with AoT Compilation
  16. [0] Hash: 525772cf3792221eb280
  17. Version: webpack 2.7.0
  18. Child
  19. Hash: 525772cf3792221eb280
  20. Time: 33687ms
  21. Asset Size Chunks Chunk Names
  22. client.js 9.98 MB 0 [emitted] [big] main
  23. client.js.map 12.2 MB 0 [emitted] main
  24. index.html 6.81 kB [emitted]
  25. [0] ./~/rxjs/Observable.js 13.2 kB {0} [built]
  26. [1] ./~/@angular/core/@angular/core.es5.js 492 kB {0} [built]
  27. [14] ./~/@angular/http/@angular/http.es5.js 74.6 kB {0} [built]
  28. [15] ./src/modules/pgu/tile/tileUtils.ts 1.54 kB {0} [built]
  29. [16] ./src/modules/pgu/ui/PguUI.ts 3.6 kB {0} [built]
  30. [19] ./src/modules/router/RouterHistoryService.ts 2.3 kB {0} [built]
  31. [20] ./src/modules/cx/SXDataStores.ts 1.67 kB {0} [built]
  32. [24] ./~/@angular/platform-browser/@angular/platform-browser.es5.js 146 kB {0} [built]
  33. [128] ./~/rxjs/add/operator/map.js 187 bytes {0} [built]
  34. [406] ./src/$$_gendir/app/browser-app.module.ngfactory.ts 24.8 kB {0} [built]
  35. [407] ./~/hammerjs/hammer.js 73.8 kB {0} [built]
  36. [408] ./~/reflect-metadata/Reflect.js 41 kB {0} [built]
  37. [409] ./~/zone.js/dist/zone.js 143 kB {0} [built]
  38. [529] ./src/main.browser.ts 458 bytes {0} [built]
  39. [881] ./~/rxjs/util/toSubscriber.js 760 bytes {0} [built]
  40. + 871 hidden modules
  41.  
  42. ERROR in ng:///Users/inemiro/Documents/git/mo-pgu/src/app/+common/expertsystem/service-info/mfc/service-info-mfc-saver.component.html (5,28): Supplied parameters do not match any signature of call target.
  43. Child html-webpack-plugin for "index.html":
  44. [0] ./~/html-webpack-plugin/lib/loader.js!./src/index.html 7.07 kB {0} [built]
  45. Hash: 820ccb040b9b8867e695
  46. Version: webpack 2.7.0
  47. Child
  48. Hash: 820ccb040b9b8867e695
  49. Time: 37595ms
  50. Asset Size Chunks Chunk Names
  51. server.js 14.7 MB 0 [emitted] [big] main
  52. server.js.map 18.1 MB 0 [emitted] main
  53. [1] ./~/@angular/core/@angular/core.es5.js 492 kB {0} [built]
  54. [10] ./~/rxjs/Subscriber.js 10.3 kB {0} [built]
  55. [12] ./src/modules/pgu/services.cxfactory.ts 366 bytes {0} [built]
  56. [16] ./~/@angular/http/@angular/http.es5.js 74.6 kB {0} [built]
  57. [18] ./src/modules/pgu/tile/tileUtils.ts 1.54 kB {0} [built]
  58. [46] ./~/rxjs/Rx.js 9.79 kB {0} [built]
  59. [333] ./src/modules/ng-express-engine/express-server.ts 4.95 kB {0} [built]
  60. [334] ./~/reflect-metadata/Reflect.js 41 kB {0} [built]
  61. [335] ./~/zone.js/dist/zone-node.js 105 kB {0} [built]
  62. [699] ./src/modules/backend/MpguApiServer.ts 5.74 kB {0} [built]
  63. [700] ./src/ngfactory/app/server-app.module.ngfactory.ts 26.3 kB {0} [built]
  64. [725] ./src/main.server.aot.ts 635 bytes {0} [built]
  65. [1254] ./~/rxjs/add/operator/race.js 193 bytes {0} [built]
  66. [1452] ./~/swagger-ui-express/index.js 2.5 kB {0} [built]
  67. [1467] ./src/modules/backend/prometheus-client/prome-cluster.js 2.48 kB {0} [built]
  68. + 1458 hidden modules
  69.  
  70. WARNING in ./~/express/lib/view.js
  71. 81:13-25 Critical dependency: the request of a dependency is an expression
  72.  
  73. ERROR in ng:///Users/inemiro/Documents/git/mo-pgu/src/app/+common/expertsystem/service-info/mfc/service-info-mfc-saver.component.html (5,28): Supplied parameters do not match any signature of call target.
  74.  
  75. Process finished with exit code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement