balderdashy / sails-hook-email

Sails email hook
67 stars 34 forks source link

Getting warning on lift #6

Closed adavia closed 9 years ago

adavia commented 9 years ago

Any idea why after installing this hook i get warn: [Function] when i lift my app?

sgress454 commented 9 years ago

Kinda hard to say without any more details. Is it on a new app? Did you set any configuration in the hook?

adavia commented 9 years ago

No config in the hook. It works fine actually. Im just getting this warning only which is kinda annoying.

sgress454 commented 9 years ago

I don't see anyplace in the hook or in nodemailer that does a console.warn, and I can't reproduce this. So I'm guessing that either you already had a different version of nodemailer installed, or there's something else going on with your particular app. Try npm uninstall sails-hook-email, npm cache clean and npm install sails-hook-email again. Closing this as it doesn't appear to be an issue with the hook itself, but post back if you figure anything out!