@tilgovi I found the error from earlier build tests: https://travis-ci.org/BigBlueHat/incubator-annotator/jobs/394262379#L474
Seems yarn install fails on node 6.x because of the top-level package.json's declaration of `>= 8.0.0`: ``` error @annotator/annotator@: The engine "node" is incompatible with this module. Expected version ">=8.0.0". error An unexpected error occurred: "Found incompatible module". ``` Thoughts? [ Full content available at: https://github.com/apache/incubator-annotator/pull/37 ] This message was relayed via gitbox.apache.org for [email protected]
