This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
0.6.1: typing: conflict with the nodejs bindings #28
Comments
Yep, if I includes @types/node (6.0.50) I get this error. It's because tsmonad.ts is declaring a global var called "module", which conflicts with the normal Node definition. |
Thanks for raising this, and sorry for being an absent maintainer. I'll do my best to look into it when I can. |
A few changes have come in that should impact this. Can you please confirm if this is still an issue in 0.7.2? |
sorry, not using the library anymore myself :( |
This hasn't been reported again, so assuming the issue was fixed by 0.7.2. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when combining the tsmonad typing (.d.ts) with the
"@types/node": "0.0.2"
, I get a conflict =>The text was updated successfully, but these errors were encountered: