Advertisement
Guest User

Untitled

a guest
Mar 9th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. loic@Loics-MacBook-Pro-32  ~/persistgraphql   master  npm run compile
  2.  
  3. > persistgraphql@0.3.1 compile /Users/loic/persistgraphql
  4. > tsc
  5.  
  6. node_modules/@types/isomorphic-fetch/index.d.ts(23,14): error TS2300: Duplicate identifier 'BodyInit'.
  7. node_modules/@types/isomorphic-fetch/index.d.ts(24,14): error TS2300: Duplicate identifier 'RequestInfo'.
  8. node_modules/@types/isomorphic-fetch/index.d.ts(28,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'headers' must be of type 'any', but here has type 'string[] | Headers| { [index: string]: string; }'.
  9. node_modules/@types/isomorphic-fetch/index.d.ts(30,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'mode' must be of type 'string', but here has type 'string | RequestMode'.
  10. node_modules/@types/isomorphic-fetch/index.d.ts(31,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'credentials' must be of type 'string', but here has type 'string | RequestCredentials'.
  11. node_modules/@types/isomorphic-fetch/index.d.ts(32,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'cache' must be of type 'string', but here has type 'string | RequestCache'.
  12. node_modules/@types/isomorphic-fetch/index.d.ts(41,15): error TS2300: Duplicate identifier 'Headers'.
  13. node_modules/@types/isomorphic-fetch/index.d.ts(61,5): error TS2687: All declarations of 'bodyUsed' must have identical modifiers.
  14. node_modules/@types/isomorphic-fetch/index.d.ts(81,15): error TS2300: Duplicate identifier 'Request'.
  15. node_modules/@types/isomorphic-fetch/index.d.ts(115,13): error TS2300: Duplicate identifier 'fetch'.
  16. node_modules/typescript/lib/lib.dom.d.ts(6945,11): error TS2300: Duplicate identifier 'Headers'.
  17. node_modules/typescript/lib/lib.dom.d.ts(6954,13): error TS2300: Duplicate identifier 'Headers'.
  18. node_modules/typescript/lib/lib.dom.d.ts(9343,11): error TS2300: Duplicate identifier 'Request'.
  19. node_modules/typescript/lib/lib.dom.d.ts(9360,13): error TS2300: Duplicate identifier 'Request'.
  20. node_modules/typescript/lib/lib.dom.d.ts(14893,18): error TS2300: Duplicate identifier 'fetch'.
  21. node_modules/typescript/lib/lib.dom.d.ts(14898,6): error TS2300: Duplicate identifier 'BodyInit'.
  22. node_modules/typescript/lib/lib.dom.d.ts(14929,6): error TS2300: Duplicate identifier 'RequestInfo'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement