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

Namespace 'winston' has no exported member 'LoggerInstance'. #48

Open
mfaizanse opened this issue Apr 20, 2020 · 2 comments
Open

Namespace 'winston' has no exported member 'LoggerInstance'. #48

mfaizanse opened this issue Apr 20, 2020 · 2 comments

Comments

@mfaizanse
Copy link

Hi, i am getting the following error:

> tsc

node_modules/amqp-ts/lib/amqp-ts.d.ts:13:33 - error TS2694: Namespace 'winston' has no exported member 'LoggerInstance'.

13 export declare var log: winston.LoggerInstance;
                 
Found 1 error.

I think that this package is still using the old winston version (2.2.0) and my project is using winston version 3. Maybe thats the issue. In that case can we update this package to use latest winston?

@stefanomiccoli
Copy link

same issue here

1 similar comment
@FedorovP777
Copy link

same issue here

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

3 participants