Jeff-Lewis / cls-hooked

cls-hooked : CLS using AsynWrap or async_hooks instead of async-listener for node 4.7+
BSD 2-Clause "Simplified" License
759 stars 89 forks source link

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

Open Jeff-Lewis opened 6 years ago

Jeff-Lewis commented 6 years ago

See #24

bmacnaughton commented 6 years ago

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

References: https://github.com/nodejs/node/issues/20516 https://github.com/nodejs/node/issues/20274

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

kmetsalu commented 5 years ago

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