logatim icon indicating copy to clipboard operation
logatim copied to clipboard

require('logatim') returns undefined

Open estrattonbailey opened this issue 7 years ago • 2 comments

Thanks for the lib, looks sweet. Having an issue getting it working though. I made a reduced test case, file tree looks like this:

- package.json
- node_modules/
    – logatim/
- index.js

index.js looks like this:

const logatim = require('logatim')

console.log(logatim) // undefined

That log returns undefined every time. I'm on Node v7.4.0 but this doesn't work in v6.2.1 either.

estrattonbailey avatar Feb 17 '17 19:02 estrattonbailey