You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
On file lib/transports/nodemailer/index.js required path for ./util/requireOptional seems to be incorrect. It should have been ../../util/requireOptional
Also one more issue on lib/util/requireOptional.js
Options packages require code seems to be incorrect return require('pkg');
As per my knowledge it should have been return require(pkg);
The text was updated successfully, but these errors were encountered:
HI
On file lib/transports/nodemailer/index.js required path for ./util/requireOptional seems to be incorrect. It should have been ../../util/requireOptional
Also one more issue on lib/util/requireOptional.js
Options packages require code seems to be incorrect
return require('pkg');
As per my knowledge it should have been
return require(pkg);
The text was updated successfully, but these errors were encountered: