Giter Club home page Giter Club logo

agent's People

Contributors

billba avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

agent's Issues

Error while building bot

node_modules/@types/whatwg-fetch/index.d.ts(11,13): error TS2300: Duplicate identifier 'fetch'.
node_modules/@types/whatwg-fetch/index.d.ts(13,14): error TS2300: Duplicate identifier 'HeadersInit'.
node_modules/@types/whatwg-fetch/index.d.ts(14,15): error TS2300: Duplicate identifier 'Headers'.
node_modules/@types/whatwg-fetch/index.d.ts(31,14): error TS2300: Duplicate identifier 'BodyInit'.
node_modules/@types/whatwg-fetch/index.d.ts(33,5): error TS2687: All declarations of 'bodyUsed' must have identical modifiers.
node_modules/@types/whatwg-fetch/index.d.ts(41,14): error TS2300: Duplicate identifier 'RequestInfo'.
node_modules/@types/whatwg-fetch/index.d.ts(42,15): error TS2300: Duplicate identifier 'Request'.
node_modules/@types/whatwg-fetch/index.d.ts(61,11): error TS2300: Duplicate identifier 'Request'.
node_modules/@types/whatwg-fetch/index.d.ts(65,5): error TS2717: Subsequent property declarations must have the same type. Property 'body' must be of type 'string | Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uin...', but here has type 'any'.
node_modules/@types/whatwg-fetch/index.d.ts(76,6): error TS2300: Duplicate identifier 'RequestType'.
node_modules/@types/whatwg-fetch/index.d.ts(77,6): error TS2300: Duplicate identifier 'RequestDestination'.
node_modules/@types/whatwg-fetch/index.d.ts(78,6): error TS2300: Duplicate identifier 'RequestMode'.
node_modules/@types/whatwg-fetch/index.d.ts(79,6): error TS2300: Duplicate identifier 'RequestCredentials'.
node_modules/@types/whatwg-fetch/index.d.ts(80,6): error TS2300: Duplicate identifier 'RequestCache'.
node_modules/@types/whatwg-fetch/index.d.ts(81,6): error TS2300: Duplicate identifier 'RequestRedirect'.
node_modules/@types/whatwg-fetch/index.d.ts(82,6): error TS2300: Duplicate identifier 'ReferrerPolicy'.
node_modules/@types/whatwg-fetch/index.d.ts(84,15): error TS2300: Duplicate identifier 'Response'.
node_modules/@types/whatwg-fetch/index.d.ts(102,11): error TS2300: Duplicate identifier 'Response'.
node_modules/@types/whatwg-fetch/index.d.ts(109,6): error TS2300: Duplicate identifier 'ResponseType'.
node_modules/typescript/lib/lib.dom.d.ts(2109,14): error TS2687: All declarations of 'bodyUsed' must have identical modifiers.
node_modules/typescript/lib/lib.dom.d.ts(8120,11): error TS2300: Duplicate identifier 'Headers'.
node_modules/typescript/lib/lib.dom.d.ts(8129,13): error TS2300: Duplicate identifier 'Headers'.
node_modules/typescript/lib/lib.dom.d.ts(10577,11): error TS2300: Duplicate identifier 'Request'.
node_modules/typescript/lib/lib.dom.d.ts(10595,13): error TS2300: Duplicate identifier 'Request'.
node_modules/typescript/lib/lib.dom.d.ts(10600,11): error TS2300: Duplicate identifier 'Response'.
node_modules/typescript/lib/lib.dom.d.ts(10612,13): error TS2300: Duplicate identifier 'Response'.
node_modules/typescript/lib/lib.dom.d.ts(15933,18): error TS2300: Duplicate identifier 'fetch'.
node_modules/typescript/lib/lib.dom.d.ts(15944,6): error TS2300: Duplicate identifier 'HeadersInit'.
node_modules/typescript/lib/lib.dom.d.ts(15950,6): error TS2300: Duplicate identifier 'BodyInit'.
node_modules/typescript/lib/lib.dom.d.ts(15977,6): error TS2300: Duplicate identifier 'RequestInfo'.
node_modules/typescript/lib/lib.dom.d.ts(16051,6): error TS2300: Duplicate identifier 'ReferrerPolicy'.
node_modules/typescript/lib/lib.dom.d.ts(16052,6): error TS2300: Duplicate identifier 'RequestCache'.
node_modules/typescript/lib/lib.dom.d.ts(16053,6): error TS2300: Duplicate identifier 'RequestCredentials'.
node_modules/typescript/lib/lib.dom.d.ts(16054,6): error TS2300: Duplicate identifier 'RequestDestination'.
node_modules/typescript/lib/lib.dom.d.ts(16055,6): error TS2300: Duplicate identifier 'RequestMode'.
node_modules/typescript/lib/lib.dom.d.ts(16056,6): error TS2300: Duplicate identifier 'RequestRedirect'.
node_modules/typescript/lib/lib.dom.d.ts(16057,6): error TS2300: Duplicate identifier 'RequestType'.
node_modules/typescript/lib/lib.dom.d.ts(16058,6): error TS2300: Duplicate identifier 'ResponseType'.
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! [email protected] build: tsc
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/igate/.npm/_logs/2018-04-13T10_25_52_717Z-debug.log

https://github.com/billba/agent

I got this error when I run build
node_modules/@types/whatwg-streams/index.d.ts(103,32): error TS1005: ',' expected. node_modules/@types/whatwg-streams/index.d.ts(110,32): error TS1005: ',' expected. node_modules/@types/whatwg-streams/index.d.ts(119,45): error TS1005: ',' expected. node_modules/@types/whatwg-streams/index.d.ts(132,49): error TS1005: ',' expected. node_modules/@types/whatwg-streams/index.d.ts(136,43): error TS1005: ',' expected.
-- | --

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.