yangjunhan commented on a change in pull request #18413:
URL: https://github.com/apache/flink/pull/18413#discussion_r788471292



##########
File path: flink-runtime-web/README.md
##########
@@ -70,6 +70,19 @@ Install *node.js* via:
 brew install node
 ```
 
+### Important Note
+
+Once the runtime web's dependencies are updated, please remove the 
`node_modules` folder manually
+and run the command:
+
+```bash
+cd flink-runtime-web/web-dashboard
+npm install
+```
+
+to install all the up-to-date dependencies **before trying to build the 
flink-runtime-web through
+Maven**. Otherwise, you may encounter a failure of `npm ci --cache-max=0 
--no-save` task while building.

Review comment:
       Yep, I will investigate this issue a bit more before making a statement 
in README




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to