[
https://issues.apache.org/jira/browse/FLINK-24520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17428088#comment-17428088
]
Chesnay Schepler commented on FLINK-24520:
------------------------------------------
{{mvn clean package}}
{code}
$ mvn --version
Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
2014-12-14T18:29:23+01:00)
Maven home: /mnt/c/Dev/Maven/3.2.5
Java version: 1.8.0_292, vendor: Private Build
Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "5.10.16.3-microsoft-standard-wsl2", arch: "amd64",
family: "unix"
{code}
> 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
> Priority: Major
>
> 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! [email protected] install: `node husky install`
> [ERROR] npm ERR! Exit status 134
> [ERROR] npm ERR!
> [ERROR] npm ERR! Failed at the [email protected] 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)