1

We just started getting these errors when building our Angular project

 Error: node_modules/@servicestack/client/dist/index.d.ts:484:20 - error TS1005: ';' expected.

484     get completed(): boolean;
                       ~


Error: node_modules/@servicestack/client/dist/index.d.ts:484:22 - error TS2693: 'boolean' only refers to a type, but is being used as a value here.

484     get completed(): boolean;
                         ~~~~~~~


Error: node_modules/@servicestack/client/dist/index.d.ts:484:5 - error TS1131: Property or signature expected.

484     get completed(): boolean;

using "@servicestack/client": "^1.1.17"

1 Answer 1

1

We fixed by using "@servicestack/client": "1.0.59"

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.