Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

require ../util/requireOptional not in right path #15

Open
ivanclaud opened this issue Dec 6, 2016 · 1 comment
Open

require ../util/requireOptional not in right path #15

ivanclaud opened this issue Dec 6, 2016 · 1 comment

Comments

@ivanclaud
Copy link

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);

neagle pushed a commit to neagle/keystone-email that referenced this issue Dec 8, 2016
I had to make the same fixes that I later saw suggested by @ivanclaud to
get this working locally.
@scipe
Copy link

scipe commented Mar 22, 2019

@ivanclaud just install Neagle's version instead of keystone-email:
npm i https://github.com/neagle/keystone-email.git#fix-nodemailer

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants