node 12
holtwick opened this issue · 2 comments
holtwick commented
Line 55 in 3fd7d6a
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.
dmonad commented
Yeah, sorry..
dmonad commented
Thanks for bringing this up!