adonisjs / mail

AdonisJS Email Provider
MIT License
106 stars 34 forks source link

Error: Cannot find module './Drivers' #5

Closed imperez closed 8 years ago

imperez commented 8 years ago

This is a strange one. So if I run npm install adonis-mail-provider@latest and then cd node_modules/adonis-mail-provider/src/Mail I see the directory drivers instead of Drivers. All the other directories look fine except that one.

I know the repo shows everything correct. I tried clear the npm cache and clearing the node_modules directory. Any tips on what else I could try to fix this?

seanc commented 8 years ago

Having the same issue as well

RomainLanz commented 8 years ago

Dear everyone,

Which operating system are you using?

seanc commented 8 years ago

Linux Mint 18 "Sarah" x86_64

thetutlage commented 8 years ago

Doesn't seems to be an OS issue, seems like npm has the drivers directory with lowercase.

Can u share with the adonis-mail version

thetutlage commented 8 years ago

Release the fix as 2.0.2 please update.