dmonad/lib0

node 12

holtwick opened this issue · 2 comments

"node": ">=13"

lib0 seems to require node >= 13:

npm WARN notsup Unsupported engine for lib0@0.2.12: wanted: {"node":">=13"} (current: {"node":"12.14.1","npm":"6.13.4"})

While node 12 is the current stable version I think you might want to consider changing to node >= 12 if it does not have any side effects.

Yeah, sorry..

Thanks for bringing this up!