logatim
logatim copied to clipboard
require('logatim') returns undefined
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.
@sospedra Any word on this?
Same issue facing... Is there any solution??