Jeff-Lewis / cls-hooked

cls-hooked : CLS using AsynWrap or async_hooks instead of async-listener for node 4.7+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo: Add warning or update npm node version requirements for node >10 && < 10.4.0

Jeff-Lewis opened this issue · comments

Is the reason for this that node versions > 10 && < 10.4.0 broke async_hooks?

References:
nodejs/node#20516
nodejs/node#20274

So it's node >= 10.0.0 && < 10.4.0?

Im I right to understand that this means that cls-hooked does not work with 10.5.3?