Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2265 @1ambda Yeah right right I misapprehended actually. It was my bad. Btw I wanted to test this locally but failed when I run `yarn install` and got this below 404 error. ``` [{ "code": "EHTTP", "data": { "endpoint": { "name": "headroom.js", "source": "https://unpkg.com/headroom.js/bower.zip", "target": "*" }, "resolver": { "name": "headroom.js", "source": "https://unpkg.com/headroom.js/bower.zip", "target": "*" } }, "id": "EHTTP", "level": "error", "message": "Status code of 404", "stacktrace": "Error: Status code of 404\n at createError (/Users/ahyoungryu/Dev/zeppelin-development/zeppelin-test/zeppelin-web/node_modules/bower/lib/util/createError.js:4:15)\n at Request.<anonymous> (/Users/ahyoungryu/Dev/zeppelin-development/zeppelin-test/zeppelin-web/node_modules/bower/lib/util/download.js:91:36)\n at emitOne (events.js:101:20)\n at Request.emit (events.js:188:7)\n at Request.onRequestResponse (/Users/ahyoungryu/Dev/zeppelin-development/zeppelin-test/zeppelin-web/node_modules/bower/lib/node_modules/request/request.js:951:10)\n at emitOne (events.js:96:13)\n at ClientRequest.emit (events.js:188:7)\n at HTTPParser.parserOnIncomingClient [as onIncoming] (_http_client.js:474:21)\n at HTTPParser.parserOnHeadersComplete (_http_common.js:99:23)\n at TLSSocket.socketOnData (_http_client.js:363:20)" }] error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. ``` Could you point me how can I install `headroom.js`? Did I miss something?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---