-
Notifications
You must be signed in to change notification settings - Fork 18
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
circular dependency warning on node v15.5 #15
Comments
Hey, the message Could you please run |
Full trace but only the first warning got expanded
|
I just noticed you are not using the latest version of I also can't reproduce the error on Node v15.5 with the latest version of node-mailin or the version you are using. Are you running it from the command line or inside a node application?
Indeed, the error is coming from winston and was already reported in #1797 and fixed in 2.4.5. |
thanks @BetaHuhn |
Oh, yes it is. Will fix this later, thanks for pointing it out! I just tried to use node-mailin on Node v15.5 by cloning it directly and can now reproduce your error. I will take a closer look at it tomorrow and make sure the version on NPM is the same as in this repo. Maybe @vithalreddy can help me with this as I don't have write access to the NPM package. For now, the best thing to do is installing the latest version via NPM:
|
I get the following circular dependency warnings when running on node version 15.5
The text was updated successfully, but these errors were encountered: