clintropolis commented on a change in pull request #7564: Add segment timeline
chart in datasource view
URL: https://github.com/apache/incubator-druid/pull/7564#discussion_r285361498
##########
File path: web-console/package.json
##########
@@ -35,9 +35,11 @@
},
"dependencies": {
"@blueprintjs/core": "^3.15.1",
+ "@types/d3": "^5.7.1",
Review comment:
We've switched travis to using `npm ci` instead of `npm install` when
building the web console package, so you'll need to `npm install` and add the
updated `package-lock.json` to git so that it can build successfully:
https://travis-ci.org/apache/incubator-druid/jobs/534049836#L1435
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]