orolle commented on issue #1102: Build couchdb 2.1.1 fails because npm dependencies missing URL: https://github.com/apache/couchdb/issues/1102#issuecomment-356761783 Fix: remove `^` at version of babel packages from `src/fauxton/package.json `. In that way npm must match the babel versions exactly. `^1.2.3` means to match latest version compatible to version `1.2.3`. Removing `^` will match version `1.2.3` exactly.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
