BigBlueHat commented on issue #34: Multiple packages have conflicting node version dependency URL: https://github.com/apache/incubator-annotator/issues/34#issuecomment-398465103 It looks like Yarn skipped the node 7.x series of releases (for reasons I don't know...). The [Yarn site](https://yarnpkg.com/en/) states that same list of semver ranges: > Node: ^4.8.0 || ^5.7.0 || ^6.2.2 || >=8.0.0 Consequently, if you move to 8.x, things should "just work." Modules we depend on (such as `koa-static`...apparently) will all declare their own minimum node version, but yarn won't run unless it's one of those four. Given that `koa-static` needs > 7.x (which may be a new dependency... @tilgovi ? @Treora ?), we may need to bump our requirements up to 8.x (rather than 6.x as stated here): https://github.com/apache/incubator-annotator#requirements Regardless, moving to node 8.x (if you can) should fix that current situation.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services