juliangruber / juliangruber/stream
emitter module wrong reference?
- Dominant language
- HTML
- Stars
- 67
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I see below require statement in your index.js and you have listed emitter-component as one of your dependencies. Should the below line require from emitter-component instead of emitter?
var Emitter = require('emitter');
Your module is a dependency of another module that one of my Meteor apps require. My app threw an error that Emitter is not an constructor but when I changed the require reference as mentioned above, the error got resolved. I am curious that I did not see a similar issue reported by anybody else so not sure how it is working for others?
Regards
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.