You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2021/10/12 19:18:00 UTC

[jira] [Created] (FLINK-24520) Building of WebUI failed on Ubuntu 20

Chesnay Schepler created FLINK-24520:
----------------------------------------

             Summary: Building of WebUI failed on Ubuntu 20
                 Key: FLINK-24520
                 URL: https://issues.apache.org/jira/browse/FLINK-24520
             Project: Flink
          Issue Type: Sub-task
          Components: Build System
    Affects Versions: 1.13.3
            Reporter: Chesnay Schepler


While preparing the 1.13.3 release I ran into an issue where the WebUI could not be built via maven.

{code}
[INFO] husky > setting up git hooks
[INFO] HUSKY_SKIP_INSTALL environment variable is set to 'true', skipping Git hooks installation.
[ERROR] Aborted
[ERROR] npm ERR! code ELIFECYCLE
[ERROR] npm ERR! errno 134
[ERROR] npm ERR! husky@1.3.1 install: `node husky install`
[ERROR] npm ERR! Exit status 134
[ERROR] npm ERR!
[ERROR] npm ERR! Failed at the husky@1.3.1 install script.
[ERROR] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
{code}

However, manually invoking npm from the command-line worked just fine.

Deleting the node[_modules] directory had no effect.

We should investigate what was causing these issues.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)