Advertisement
Guest User

Untitled

a guest
Oct 27th, 2017
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.05 KB | None | 0 0
  1. [niko@arch-desktop angularcli-graphql]$ ng serve
  2. ** NG Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
  3. Date: 2017-10-27T15:45:48.507Z
  4. Hash: 0b138fbc1ab9b45dadc7
  5. Time: 3186ms
  6. chunk {inline} inline.bundle.js (inline) 5.79 kB [entry] [rendered]
  7. chunk {main} main.bundle.js (main) 2.93 kB {vendor} [initial] [rendered]
  8. chunk {polyfills} polyfills.bundle.js (polyfills) 636 bytes {inline} [initial] [rendered]
  9. chunk {styles} styles.bundle.js (styles) 34.9 kB {inline} [initial] [rendered]
  10. chunk {vendor} vendor.bundle.js (vendor) 851 kB [initial] [rendered]
  11.  
  12. ERROR in Error: Error encountered resolving symbol values statically. Calling function 'ɵmakeDecorator', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol Injectable in /home/niko/WebstormProjects/angularcli-graphql/node_modules/apollo-angular-link-http/node_modules/@angular/core/core.d.ts, resolving symbol ɵe in /home/niko/WebstormProjects/angularcli-graphql/node_modules/apollo-angular-link-http/node_modules/@angular/core/core.d.ts, resolving symbol ɵe in /home/niko/WebstormProjects/angularcli-graphql/node_modules/apollo-angular-link-http/node_modules/@angular/core/core.d.ts
  13. node_modules/@angular/common/common.d.ts(1,1): error TS6053: File '/home/niko/WebstormProjects/angularcli-graphql/node_modules/@angular/common/common.ngfactory.ts' not found.
  14. node_modules/@angular/platform-browser/platform-browser.d.ts(1,1): error TS6053: File '/home/niko/WebstormProjects/angularcli-graphql/node_modules/@angular/platform-browser/platform-browser.ngfactory.ts' not found.
  15. src/app/app.component.ts(1,1): error TS6053: File '/home/niko/WebstormProjects/angularcli-graphql/src/app/app.component.ngfactory.ts' not found.
  16. node_modules/apollo-angular-link-http/node_modules/@types/zen-observable/index.d.ts(31,14): error TS2300: Duplicate identifier 'Subscriber'.
  17. node_modules/apollo-angular-link-http/node_modules/@types/graphql/subscription/subscribe.d.ts(17,4): error TS2304: Cannot find name 'AsyncIterator'.
  18. node_modules/apollo-angular-link-http/node_modules/@types/graphql/subscription/subscribe.d.ts(29,4): error TS2304: Cannot find name 'AsyncIterable'.
  19. node_modules/apollo-angular/node_modules/@types/graphql/subscription/subscribe.d.ts(17,4): error TS2304: Cannot find name 'AsyncIterator'.
  20. node_modules/apollo-angular/node_modules/@types/graphql/subscription/subscribe.d.ts(29,4): error TS2304: Cannot find name 'AsyncIterable'.
  21. node_modules/apollo-angular/node_modules/@types/zen-observable/index.d.ts(31,14): error TS2300: Duplicate identifier 'Subscriber'.
  22.  
  23.  
  24. webpack: Failed to compile.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement