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

zhongjiajie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d2186aaf1 Optimize doc (#952)
0d2186aaf1 is described below

commit 0d2186aaf1e0d120a924b72c51c4102c97442b10
Author: BaiJv <[email protected]>
AuthorDate: Mon Feb 26 18:16:42 2024 +0800

    Optimize doc (#952)
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 2fcb04ca9c..7b3b27d9b4 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,8 @@ node version is 10+, version lower than 10.x is not supported 
yet.
 ```
 Note: if you clone the code in Windows, not Mac or Linux. Please read the 
details below.
 If you execute the commands like the two steps above, you will get the 
exception "UnhandledPromiseRejectionWarning: Error: EPERM: operation not 
permitted, symlink '2.0.3' -> 'latest'".
+If you get the exception "Can't resolve 'antd' in xxx",you can run `yarn add 
antd` and `yarn install`.
+Because the two steps run command `./scripts/prepare_docs.sh` should Linux 
environment,so if you are a windwos system you can use WSL do it.
 When meeting this problem. You can run two steps in the cmd.exe as an 
ADMINISTRATOR MEMBER.
 ```
 

Reply via email to