[
https://issues.apache.org/jira/browse/FLINK-18288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135831#comment-17135831
]
appleyuchi edited comment on FLINK-18288 at 6/16/20, 4:24 AM:
--------------------------------------------------------------
runtime-web has only two commands:
*npm ci* and *npm run build*
the former need node-sass v4.11 linux-x64-72_binding.node
if you input *npm ci* you'll find it not downloadable.
node-sass/v4.11.0/linux-x64-72_binding.node
has already been deleted by the author of node-sass.
*The reason why you can build it successfully is that*
*you have history file of node-sass/v4.11.0/linux-x64-72_binding.node*
*if you use Ubuntu19.10/20.04,you'll fail.*
was (Author: appleyuchi):
runtime-web has only two commands:
*npm ci* and *npm run build*
the former need node-sass v4.11 linux-x64-72_binding.node
if you input *npm ci* you'll find it not downloadable.
node-sass/v4.11.0/linux-x64-72_binding.node
has already been deleted by the author of node-sass.
> WEB UI failure in Flink1.12
> ---------------------------
>
> Key: FLINK-18288
> URL: https://issues.apache.org/jira/browse/FLINK-18288
> Project: Flink
> Issue Type: Bug
> Affects Versions: 1.12.0
> Reporter: appleyuchi
> Priority: Major
>
>
>
> ①build command:
> *mvn clean install -T 2C -DskipTests -Dskip.npm -Dmaven.compile.fork=true*
>
> ②use flink-conf.yaml from 1.1o.1 in 1.12
> masters:
> Desktop:8082
>
> slaves:
> Desktop
> Laptop
> ③$FLINK_HOME/bin/start-cluster.sh
>
>
> ④open browser in:
> Desktop:8082
> {"errors":["Unable to load requested file /index.html."]}
>
>
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)