Guest User

Untitled

a guest
Apr 4th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.12 KB | None | 0 0
  1. <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  2.  
  3. . . .
  4. import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
  5. import { MaterialModule } from '@angular/material';
  6. import { FlexLayoutModule } from '@angular/flex-layout';
  7. . . .
  8. import 'hammerjs';
  9.  
  10. @NgModule({
  11. . . .
  12. imports: [
  13. . . .,
  14. BrowserAnimationsModule,
  15. MaterialModule,
  16. FlexLayoutModule
  17.  
  18. ],
  19. . . .
  20. })
  21. . . .
  22.  
  23. mike@mike-thinks:~/Angular/conFusion$ ng serve --open
  24. ** NG Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
  25. Date: 2018-04-04T15:35:44.292Z
  26. Hash: f33a63190d4bd2c412cd
  27. Time: 13019ms
  28. chunk {inline} inline.bundle.js (inline) 3.85 kB [entry] [rendered]
  29. chunk {main} main.bundle.js (main) 17.9 kB [initial] [rendered]
  30. chunk {polyfills} polyfills.bundle.js (polyfills) 554 kB [initial] [rendered]
  31. chunk {styles} styles.bundle.js (styles) 42.2 kB [initial] [rendered]
  32. chunk {vendor} vendor.bundle.js (vendor) 7.42 MB [initial] [rendered]
  33.  
  34. webpack: Compiled successfully.
  35. webpack: Compiling...
  36. Date: 2018-04-04T17:24:33.434Z - Hash: b2fcda6e58f1841f63dd - Time: 276ms
  37. 5 unchanged chunks
  38.  
  39. webpack: Compiled successfully.
  40. webpack: Compiling...
  41. Date: 2018-04-04T17:24:34.921Z - Hash: 0d064a5411e510594166 - Time: 90ms
  42. 5 unchanged chunks
  43.  
  44. webpack: Compiled successfully.
  45. webpack: Compiling...
  46. Date: 2018-04-04T17:25:49.626Z - Hash: 3b389b2d7e7da49d2536 - Time: 2402ms
  47. 5 unchanged chunks
  48.  
  49. webpack: Compiled successfully.
  50. ERROR in node_modules/@angular/flex-layout/flex/typings/flex-offset/flex-offset.d.ts(9,32): error TS2307: Cannot find module '@angular/cdk/bidi'.
  51. node_modules/@angular/flex-layout/flex/typings/layout-gap/layout-gap.d.ts(9,32): error TS2307: Cannot find module '@angular/cdk/bidi'.
  52.  
  53. webpack: Compiling...
  54. 90% chunk assets processingERROR in node_modules/@angular/flex-layout/flex/typings/flex-offset/flex-offset.d.ts(9,32): error TS2307: Cannot find module '@angular/cdk/bidi'.
  55. node_modules/@angular/flex-layout/flex/typings/layout-gap/layout-gap.d.ts(9,32): error TS2307: Cannot find module '@angular/cdk/bidi'.
  56.  
  57. Date: 2018-04-04T17:26:07.426Z - Hash: f1a33b1725570040427a - Time: 3507ms
  58. 3 unchanged chunks
  59. chunk {main} main.bundle.js (main) 18.2 kB [initial] [rendered]
  60. chunk {vendor} vendor.bundle.js (vendor) 7.62 MB [initial] [rendered]
  61.  
  62. webpack: Compiled successfully.
  63. webpack: Compiling...
  64. 10% building modules 0/1 modules 1 active ...me/mike/Angular/conFusion/src/main.tsERROR in src/app/app.module.ts(19,5): error TS1005: ',' expected.
  65.  
  66. Date: 2018-04-04T17:26:28.662Z - Hash: 2a8a46e77727da57bc25 - Time: 13738ms
  67. 3 unchanged chunks
  68. chunk {main} main.bundle.js (main) 18.9 kB [initial] [rendered]
  69. chunk {vendor} vendor.bundle.js (vendor) 13.5 MB [initial] [rendered]
  70.  
  71. ERROR in ./node_modules/@angular/flex-layout/esm5/flex.es5.js
  72. Module not found: Error: Can't resolve '@angular/cdk/bidi' in '/home/mike/Angular/conFusion/node_modules/@angular/flex-layout/esm5'
  73.  
  74. webpack: Failed to compile.
  75. webpack: Compiling...
  76. Date: 2018-04-04T17:26:30.669Z - Hash: 9f5010fb06e6583cfda2 - Time: 256ms
  77. 5 unchanged chunks
  78.  
  79. ERROR in ./node_modules/@angular/flex-layout/esm5/flex.es5.js
  80. Module not found: Error: Can't resolve '@angular/cdk/bidi' in '/home/mike/Angular/conFusion/node_modules/@angular/flex-layout/esm5'
  81.  
  82. webpack: Failed to compile.
  83. ERROR in node_modules/@angular/flex-layout/flex/typings/flex-offset/flex-offset.d.ts(9,32): error TS2307: Cannot find module '@angular/cdk/bidi'.
  84. node_modules/@angular/flex-layout/flex/typings/layout-gap/layout-gap.d.ts(9,32): error TS2307: Cannot find module '@angular/cdk/bidi'.
  85.  
  86. webpack: Compiling...
  87. 30% building modules 1/2 modules 1 active ...ike/Angular/conFusion/src/styles.scssERROR in node_modules/@angular/flex-layout/flex/typings/flex-offset/flex-offset.d.ts(9,32): error TS2307: Cannot find module '@angular/cdk/bidi'.
  88. node_modules/@angular/flex-layout/flex/typings/layout-gap/layout-gap.d.ts(9,32): error TS2307: Cannot find module '@angular/cdk/bidi'.
  89.  
  90. Date: 2018-04-04T17:57:33.313Z - Hash: 6ce7b7a4c175d6940090 - Time: 3344ms
  91. 4 unchanged chunks
  92. chunk {styles} styles.bundle.js (styles) 139 kB [initial] [rendered]
  93.  
  94. ERROR in ./node_modules/@angular/flex-layout/esm5/flex.es5.js
  95. Module not found: Error: Can't resolve '@angular/cdk/bidi' in '/home/mike/Angular/conFusion/node_modules/@angular/flex-layout/esm5'
  96.  
  97. webpack: Failed to compile.
  98. webpack: Compiling...
  99. Date: 2018-04-04T17:57:42.960Z - Hash: c8e209bc91b81705b83d - Time: 609ms
  100. 4 unchanged chunks
  101. chunk {styles} styles.bundle.js (styles) 140 kB [initial] [rendered]
  102.  
  103. ERROR in ./node_modules/@angular/flex-layout/esm5/flex.es5.js
  104. Module not found: Error: Can't resolve '@angular/cdk/bidi' in '/home/mike/Angular/conFusion/node_modules/@angular/flex-layout/esm5'
  105.  
  106. webpack: Failed to compile.
  107. ERROR in node_modules/@angular/flex-layout/flex/typings/flex-offset/flex-offset.d.ts(9,32): error TS2307: Cannot find module '@angular/cdk/bidi'.
  108. node_modules/@angular/flex-layout/flex/typings/layout-gap/layout-gap.d.ts(9,32): error TS2307: Cannot find module '@angular/cdk/bidi'.
Add Comment
Please, Sign In to add comment