Guest User

Untitled

a guest
Apr 14th, 2021
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. PS C:\Users\xxx\UAT\abc> npm build
  2. npm WARN build `npm build` called with no arguments. Did you mean to `npm run-script build`?
  3. PS C:\Users\xxx\UAT\abc> npm run-script build
  4.  
  5. > admin-module@0.0.0 build C:\Users\xxx\UAT\abc
  6. > ng build
  7.  
  8.  
  9. Date: 2021-04-14T07:32:43.959Z
  10. Hash: 5844e8d12a9dee6d0eeb
  11. Time: 42121ms
  12. chunk {main} main-es5.js, main-es5.js.map (main) 2.83 MB [initial] [rendered]
  13. chunk {polyfills} polyfills-es5.js, polyfills-es5.js.map (polyfills) 633 kB [initial] [rendered]
  14. chunk {runtime} runtime-es5.js, runtime-es5.js.map (runtime) 6.08 kB [entry] [rendered]
  15. chunk {scripts} scripts.js, scripts.js.map (scripts) 1.8 MB [entry] [rendered]
  16. chunk {styles} styles-es5.js, styles-es5.js.map (styles) 387 kB [initial] [rendered]
  17. chunk {vendor} vendor-es5.js, vendor-es5.js.map (vendor) 20 MB [initial] [rendered]
  18.  
  19. WARNING in ./node_modules/pdfmake/build/pdfMake.js
  20. There are multiple modules with names that only differ in casing.
  21. This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
  22. * C:\Users\xxx\UAT\abc\node_modules\pdfmake\build\pdfMake.js
  23. Used by 14 module(s), i. e.
  24. C:\Users\xxx\UAT\abc\node_modules\@ngtools\webpack\src\index.js!C:\Users\xxx\UAT\abc\src\app\acra\report-management\purchase-receipt-component\purchase-receipt-component.component.ts
  25. * C:\Users\xxx\UAT\abc\node_modules\pdfmake\build\pdfmake.js
  26. Used by 4 module(s), i. e.
  27. C:\Users\xxx\UAT\abc\node_modules\@ngtools\webpack\src\index.js!C:\Users\xxx\UAT\abc\src\app\acra\report-management\fdexistingreport\fdexistingreport.component.ts
  28.  
  29. Date: 2021-04-14T07:33:14.569Z
  30. Hash: 05723afc462d99679b10
  31. Time: 30430ms
  32. chunk {main} main-es2015.js, main-es2015.js.map (main) 2.75 MB [initial] [rendered]
  33. chunk {polyfills} polyfills-es2015.js, polyfills-es2015.js.map (polyfills) 274 kB [initial] [rendered]
  34. chunk {runtime} runtime-es2015.js, runtime-es2015.js.map (runtime) 6.08 kB [entry] [rendered]
  35. chunk {scripts} scripts.js, scripts.js.map (scripts) 1.8 MB [entry] [rendered]
  36. chunk {styles} styles-es2015.js, styles-es2015.js.map (styles) 387 kB [initial] [rendered]
  37. chunk {vendor} vendor-es2015.js, vendor-es2015.js.map (vendor) 19.3 MB [initial] [rendered]
  38.  
  39. WARNING in ./node_modules/pdfmake/build/pdfMake.js
  40. There are multiple modules with names that only differ in casing.
  41. This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
  42. Use equal casing. Compare these module identifiers:
  43. * C:\Users\xxx\UAT\abc\node_modules\pdfmake\build\pdfMake.js
  44. Used by 14 module(s), i. e.
  45. C:\Users\xxx\UAT\abc\node_modules\@ngtools\webpack\src\index.js!C:\Users\xxx\UAT\abc\src\app\acra\report-management\purchase-report\purchase-report.component.ts
  46. * C:\Users\xxx\UAT\abc\node_modules\pdfmake\build\pdfmake.js
  47. Used by 4 module(s), i. e.
  48. C:\Users\xxx\UAT\abc\node_modules\@ngtools\webpack\src\index.js!C:\Users\xxx\UAT\abc\src\app\acra\report-management\fdexistingreport\fdexistingreport.component.ts
Add Comment
Please, Sign In to add comment