We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
index.js
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.
v7.4.0
v6.2.1
The text was updated successfully, but these errors were encountered:
@sospedra Any word on this?
Sorry, something went wrong.
Same issue facing... Is there any solution??
No branches or pull requests
Thanks for the lib, looks sweet. Having an issue getting it working though. I made a reduced test case, file tree looks like this:
index.js
looks like this:That log returns undefined every time. I'm on Node
v7.4.0
but this doesn't work inv6.2.1
either.The text was updated successfully, but these errors were encountered: