Skip to content

Commit d0e2ff5

Browse files
authored
[Chore][Doc] Frontend development doc improvement (#17880)
1 parent 0100e75 commit d0e2ff5

File tree

4 files changed

+5
-1387
lines changed

4 files changed

+5
-1387
lines changed

docs/docs/en/contribute/development-environment-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Before setting up the DolphinScheduler development environment, please make sure
88
- [JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html): v1.8+
99
- [Maven](http://maven.apache.org/download.cgi): v3.5+
1010
- [Node](https://nodejs.org/en/download): v16.0+
11-
- [Pnpm](https://pnpm.io/installation): v8.0+ (Make sure pnpm is compatible with Node.js, see also: [Compatibility](https://pnpm.io/installation#compatibility))
11+
- [Pnpm](https://pnpm.io/installation): v7.0+ (Make sure pnpm is compatible with Node.js, see also: [Compatibility](https://pnpm.io/installation#compatibility))
1212

1313
### Clone Git Repository
1414

@@ -153,7 +153,7 @@ Find the class `org.apache.dolphinscheduler.StandaloneServer` in IntelliJ IDEA a
153153

154154
Install frontend dependencies and run it.
155155

156-
> Note: You can see more detail about the frontend setting in [frontend development](./frontend-development.md).
156+
> Note: You can see more detail about the frontend setting in [frontend development](https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-ui/README.md).
157157
158158
If you have not yet installed `pnpm`, you can install it using the following command before running the front-end component:
159159

0 commit comments

Comments
 (0)