Closed austinkelleher closed 7 years ago
Ah, yes, that's why there's an async
function in lasso that marko-starter is choking on 😄 . I think at least supporting whatever the current LTS is would be good.
@zephraph That should only be for marko-starter@2.0.0
. Also, this change should be ready tomorrow.
We also need to do Node version detection to point to either a
dist-compat
directory orsrc
. Ifprocess.version >= 'v8.0.0'
, we should usesrc
.