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 13eab35 add details running on Windows (#690)
13eab35 is described below
commit 13eab35e9e67aa9001460814f11af816aa68f3d8
Author: yimaixinchen <[email protected]>
AuthorDate: Wed Feb 16 13:31:32 2022 +0800
add details running on Windows (#690)
* add details running on Windows
* Update README.md on suggestion
Co-authored-by: QuakeWang <[email protected]>
* Update README.md
Co-authored-by: QuakeWang <[email protected]>
* Update README.md on suggestion
Co-authored-by: QuakeWang <[email protected]>
* Update README.md
Co-authored-by: QuakeWang <[email protected]>
Co-authored-by: Jiajie Zhong <[email protected]>
---
README.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/README.md b/README.md
index 83b9c7a..7b3ad30 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,11 @@ Please also make sure your node version is 10+, version
lower than 10.x is not s
1. Run `npm install` in the root directory to install the dependencies.
2. Run `npm run start` in the root directory to start a local server, you will
see the website in 'http://localhost:8080'.
+```
+Note: if you clone the code in Windows, not Mac. 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'".
+When meeting this problem. You can run two steps in the cmd.exe as an
ADMINISTRATOR MEMBER.
+```
3. Run `npm run build` to build source code into dist directory.
4. Verify your change locally: `python -m SimpleHTTPServer 8000`, when your
python version is 3 use :`python3 -m http.server 8000` instead.