honeybadger-io/js types.d.ts(4,13): error TS1005: '=' expected. #813
Unanswered
jerryphe88
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hey, thanks for creating a discussion! The Typescript version is pretty old (latest is 4.7). Have you tried with a newer version? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For honeybadger-io/js version 4.0.3, we got type error
#13 169.8 ERROR in node_modules/@honeybadger-io/js/dist/browser/types/core/types.d.ts(4,13): error TS1005: '=' expected.
#13 169.8 node_modules/@honeybadger-io/js/dist/browser/types/core/types.d.ts(4,40): error TS1005: ';' expected.
#13 169.8 node_modules/@honeybadger-io/js/dist/server/types/core/types.d.ts(4,13): error TS1005: '=' expected.
#13 169.8 node_modules/@honeybadger-io/js/dist/server/types/core/types.d.ts(4,40): error TS1005: ';' expected.
#13 169.8 node_modules/@honeybadger-io/js/dist/server/types/server/aws_lambda.d.ts(2,13): error TS1005: '=' expected.
#13 169.8 node_modules/@honeybadger-io/js/dist/server/types/server/aws_lambda.d.ts(2,49): error TS1005: ';' expected.
We use typescript version 2.9.2
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions