You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampark.apache.org by mu...@apache.org on 2023/07/10 12:05:50 UTC

[incubator-streampark] branch dev updated: build: Repair the blank page problem after front-end compilation (#2845)

This is an automated email from the ASF dual-hosted git repository.

muchunjin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1e13568d8 build: Repair the blank page problem after front-end compilation (#2845)
1e13568d8 is described below

commit 1e13568d8cb9b005f429ca109d652a1e2caa55d7
Author: Kriszu <12...@qq.com>
AuthorDate: Mon Jul 10 20:05:44 2023 +0800

    build: Repair the blank page problem after front-end compilation (#2845)
---
 streampark-console/streampark-console-service/pom.xml        | 10 +++++-----
 streampark-console/streampark-console-webapp/README.zh-CN.md |  7 +------
 2 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/streampark-console/streampark-console-service/pom.xml b/streampark-console/streampark-console-service/pom.xml
index bbc761000..856ce894d 100644
--- a/streampark-console/streampark-console-service/pom.xml
+++ b/streampark-console/streampark-console-service/pom.xml
@@ -604,23 +604,23 @@
                         </configuration>
                         <executions>
                             <execution>
-                                <id>install node and pnpm</id>
+                                <id>install node and npm</id>
                                 <goals>
-                                    <goal>install-node-and-pnpm</goal>
+                                    <goal>install-node-and-npm</goal>
                                 </goals>
                                 <configuration>
                                     <nodeVersion>v16.16.0</nodeVersion>
-                                    <pnpmVersion>8.5.0</pnpmVersion>
+                                    <npmVersion>8.11.0</npmVersion>
                                 </configuration>
                             </execution>
                             <execution>
                                 <id>install</id>
                                 <goals>
-                                    <goal>pnpm</goal>
+                                    <goal>npm</goal>
                                 </goals>
                                 <phase>generate-resources</phase>
                                 <configuration>
-                                    <arguments>install --ignore-scripts</arguments>
+                                    <arguments>install</arguments>
                                 </configuration>
                             </execution>
                             <execution>
diff --git a/streampark-console/streampark-console-webapp/README.zh-CN.md b/streampark-console/streampark-console-webapp/README.zh-CN.md
index 9226588c4..9532ccdc8 100644
--- a/streampark-console/streampark-console-webapp/README.zh-CN.md
+++ b/streampark-console/streampark-console-webapp/README.zh-CN.md
@@ -57,12 +57,7 @@ Make stream processing easier
 > ```bash
 > strict-peer-dependencies=false
 > save-workspace-protocol = rolling
-> registry = 'http://registry.npm.taobao.org'
-> sass_binary_site='http://npm.taobao.org/mirrors/node-sass/'
-> phantomjs_cdnurl='http://npm.taobao.org/mirrors/phantomjs'
-> CHROMEDRIVER_CDNURL='http://npm.taobao.org/mirrors/chromedriver'
-> electron_mirror='http://npm.taobao.org/mirrors/electron/'
-> fsevents_binary_host_mirror='http://npm.taobao.org/mirrors/fsevents/'
+> registry = 'http://registry.npmmirror.com'
 > ```
 
 ### 构建并运行