Extend support for node > 10.4.0
fmenis opened this issue · 3 comments
Is it possible to extend library support for versions greater than 10.4.0?
npm WARN notsup (current: {"node":"10.18.0","npm":"6.13.4"})
Unsupported engine for cls-rtracer@1.4.0: wanted: {"node":">=8.0.0 - <10.0.0 || >=10.4.0"}
It's a very useful toot, and I'd like to add it to my project!
@fmenis first of all, thanks for reporting this issue!
cls-rtracer
supports Node.js versions 10.4.0+, so you can start using it safely. The warning gets logged as for some reasons npm doesn't parse the following engines expression correctly:
Line 22 in bdec14c
I'll try to fix it and release 1.4.1, but again this should not prevent you from using v1.4.0.
The fix landed in a1b46e7 and now available in v1.4.1. Feel free to reopen this issue if necessary.
@puzpuzpuz thanks for you quick reply and fix. All looks fine now! Bye