sendgrid/sendgrid-nodejs

Has no exported member 'Client' when try to compile

Closed this issue · 1 comments

Hi, i'm getting this error when try to compile project, as you can see from screens, there is a some problem with exporting Client class (but without compilation, everything works fine, and mails delivered). Could you help me?

sendgrid

sendgrid1

Versions:
@sendgrid/mail: 7.4.2
node: 12.14.1
typescript: 3.5.3

Seems, there where a problems with Typescript version, after update tsc to version 4.1.3, everything works fine.