Advertisement
Guest User

Untitled

a guest
Aug 14th, 2017
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. ERROR in /Users/administrator/WebstormProjects/WebpackTypescript3/node_modules/typescript/lib/lib.es2015.iterable.d.ts
  2. (33,5): error TS2687: All declarations of 'value' must have identical modifiers.
  3.  
  4. ERROR in /Users/administrator/WebstormProjects/WebpackTypescript3/node_modules/@types/es6-shim/index.d.ts
  5. (7,14): error TS2300: Duplicate identifier 'PropertyKey'.
  6.  
  7. ERROR in /Users/administrator/WebstormProjects/WebpackTypescript3/node_modules/@types/es6-shim/index.d.ts
  8. (11,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'value' must be of type 'T', but here has type 'T | undefined'.
  9.  
  10. ERROR in /Users/administrator/WebstormProjects/WebpackTypescript3/node_modules/@types/es6-shim/index.d.ts
  11. (11,5): error TS2687: All declarations of 'value' must have identical modifiers.
  12.  
  13. ERROR in /Users/administrator/WebstormProjects/WebpackTypescript3/node_modules/@types/es6-shim/index.d.ts
  14. (248,5): error TS2687: All declarations of 'EPSILON' must have identical modifiers.
  15.  
  16. ERROR in /Users/administrator/WebstormProjects/WebpackTypescript3/node_modules/@types/es6-shim/index.d.ts
  17. (283,5): error TS2687: All declarations of 'MAX_SAFE_INTEGER' must have identical modifiers.
  18.  
  19. ERROR in /Users/administrator/WebstormProjects/WebpackTypescript3/node_modules/@types/es6-shim/index.d.ts
  20. (290,5): error TS2687: All declarations of 'MIN_SAFE_INTEGER' must have identical modifiers.
  21.  
  22. ERROR in /Users/administrator/WebstormProjects/WebpackTypescript3/node_modules/@types/es6-shim/index.d.ts
  23. (346,5): error TS2687: All declarations of 'flags' must have identical modifiers.
  24.  
  25. ERROR in /Users/administrator/WebstormProjects/WebpackTypescript3/node_modules/@types/es6-shim/index.d.ts
  26. (498,5): error TS2687: All declarations of 'prototype' must have identical modifiers.
  27.  
  28. ERROR in /Users/administrator/WebstormProjects/WebpackTypescript3/node_modules/@types/es6-shim/index.d.ts
  29. (561,5): error TS2687: All declarations of 'size' must have identical modifiers.
  30.  
  31. ERROR in /Users/administrator/WebstormProjects/WebpackTypescript3/node_modules/@types/es6-shim/index.d.ts
  32. (570,5): error TS2687: All declarations of 'prototype' must have identical modifiers.
  33.  
  34. ERROR in /Users/administrator/WebstormProjects/WebpackTypescript3/node_modules/@types/es6-shim/index.d.ts
  35. (581,5): error TS2687: All declarations of 'size' must have identical modifiers.
  36.  
  37. ERROR in /Users/administrator/WebstormProjects/WebpackTypescript3/node_modules/@types/es6-shim/index.d.ts
  38. (591,5): error TS2687: All declarations of 'prototype' must have identical modifiers.
  39.  
  40. ERROR in /Users/administrator/WebstormProjects/WebpackTypescript3/node_modules/@types/es6-shim/index.d.ts
  41. (606,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'prototype' must be of type 'WeakMap<object, any>', but here has type 'WeakMap<any, any>'.
  42.  
  43. ERROR in /Users/administrator/WebstormProjects/WebpackTypescript3/node_modules/@types/es6-shim/index.d.ts
  44. (606,5): error TS2687: All declarations of 'prototype' must have identical modifiers.
  45.  
  46. ERROR in /Users/administrator/WebstormProjects/WebpackTypescript3/node_modules/@types/es6-shim/index.d.ts
  47. (620,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'prototype' must be of type 'WeakSet<object>', but here has type 'WeakSet<any>'.
  48.  
  49. ERROR in /Users/administrator/WebstormProjects/WebpackTypescript3/node_modules/@types/es6-shim/index.d.ts
  50. (620,5): error TS2687: All declarations of 'prototype' must have identical modifiers.
  51. webpack: Failed to compile.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement