Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm ERR! Failed at the [email protected] compile-ts script. #462

Open
dream8iamr opened this issue Aug 22, 2018 · 1 comment
Open

npm ERR! Failed at the [email protected] compile-ts script. #462

dream8iamr opened this issue Aug 22, 2018 · 1 comment

Comments

@dream8iamr
Copy link

npm run build
[email protected] build /home/connector/app
npm run schema-to-tsd && npm run compile-ts
[email protected] schema-to-tsd /home/connector/app
node scripts/build_schema_types
[email protected] 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! [email protected] compile-ts: tsc --project .
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] 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! [email protected] build: npm run schema-to-tsd && npm run compile-ts
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! /home/connector/.npm/_logs/2018-08-22T05_13_38_133Z-debug.log
@adrianhopebailie
Copy link
Contributor

Can't replicate, can you provide some more context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants