This package erroneously set the semver range of the mime package to >=1.2.6. mime has been completely rewritten from version 2.0 and its api is different. Also, it requires Node 6+.
After failing to contact mikeal about this, I have forked this package and published it to npm with mime pinned properly to ^1.x.x instead.
If anyone needs it, it's here:
https://www.npmjs.com/package/filed-mimefix
https://github.com/andreialecu/filed
I'll be lightly maintaining it, if required.
This package erroneously set the semver range of the
mimepackage to>=1.2.6.mimehas been completely rewritten from version 2.0 and its api is different. Also, it requires Node 6+.After failing to contact mikeal about this, I have forked this package and published it to npm with mime pinned properly to
^1.x.xinstead.If anyone needs it, it's here:
https://www.npmjs.com/package/filed-mimefix
https://github.com/andreialecu/filed
I'll be lightly maintaining it, if required.