You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm run build
ilp-connector@22.1.0 build /home/connector/app
npm run schema-to-tsd && npm run compile-ts
ilp-connector@22.1.0 schema-to-tsd /home/connector/app
node scripts/build_schema_types
ilp-connector@22.1.0 compile-ts /home/connector/app
tsc --project .
src/app.ts:122:29 - error TS2349: Cannot invoke an expression whose type lacks a call signature. Type 'typeof import("/home/connector/app/node_modules/reduct/dist/index")' has no compatible call signatures.
122 const deps = container || reduct()
src/controllers/ilqp.ts:21:35 - error TS2339: Property 'quoteLiquidity' does not exist on type 'RouteBuilder'.
21 await this.routeBuilder.quoteLiquidity(
src/controllers/ilqp.ts:28:35 - error TS2339: Property 'quoteBySource' does not exist on type 'RouteBuilder'.
28 await this.routeBuilder.quoteBySource(
src/controllers/ilqp.ts:35:35 - error TS2339: Property 'quoteByDestination' does not exist on type 'RouteBuilder'.
35 await this.routeBuilder.quoteByDestination(
src/index.ts:35:13 - error TS2554: Expected 1 arguments, but got 0.
35 await connector.shutdown()
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! ilp-connector@22.1.0 compile-ts: tsc --project .
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the ilp-connector@22.1.0 compile-ts 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! /home/connector/.npm/_logs/2018-08-22T05_13_38_002Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! ilp-connector@22.1.0 build: npm run schema-to-tsd && npm run compile-ts
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the ilp-connector@22.1.0 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! /home/connector/.npm/_logs/2018-08-22T05_13_38_133Z-debug.log
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: