Closed renodesu closed 4 years ago
Version 6.0.0 states that support for "Node >=10" but the code refers to >10 (https://github.com/gajus/lightship/commit/85461c12e871bb71af6bf00d7a232fcb87ae021d) and is probably not intentional?
>10
Currently 6.0.1 (latest) ends up with errors when trying to install with Node 10.x:
error lightship@6.0.1: The engine "node" is incompatible with this module. Expected version ">10". Got "10.18.1"
:tada: This issue has been resolved in version 6.0.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Version 6.0.0 states that support for "Node >=10" but the code refers to
>10
(https://github.com/gajus/lightship/commit/85461c12e871bb71af6bf00d7a232fcb87ae021d) and is probably not intentional?Currently 6.0.1 (latest) ends up with errors when trying to install with Node 10.x: