-
Notifications
You must be signed in to change notification settings - Fork 463
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
npm deprecation warnings #774
Comments
Thanks @mk-pmb! It’s not as straight forward to update them. Some context the
we want to remove the nodemailer dependency altogether from
we could probably update nodemailer to v4 in |
npm install -g nodemailer
|
@digitalhemanth If installing a current version of the deprecated dependency globally turns off the deprecation warning on your node, I'd consider that a hint that your node might have problems with dependency resolution. |
Is this something I can work on? |
Sure, feel free to :) |
created the following PR |
I can start on the devDependencies next |
created PR #892 Thanks |
You might want to upgrade these deps:
There may be more but I got bored watching the install so maybe I'll update the post once install finished.
The text was updated successfully, but these errors were encountered: