Skip to content

Commit 1f28c29

Browse files
authored
Merge branch 'dev' into fix_seatunnel_15706_Improvement
2 parents 0630abc + 9a48aca commit 1f28c29

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/docs/en/contribute/frontend-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Use the command line mode `cd` enter the `dolphinscheduler-ui` project director
3333
> If `npm install` is very slow, you can set the taobao mirror
3434
3535
```
36-
npm config set registry http://registry.npm.taobao.org/
36+
npm config set registry http://registry.npmmirror.com/
3737
```
3838

3939
- Modify `API_BASE` in the file `dolphinscheduler-ui/.env` to interact with the backend:

docs/docs/en/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,11 +459,11 @@ A: 1, cd dolphinscheduler-ui and delete node_modules directory
459459
sudo rm -rf node_modules
460460
```
461461

462-
​ 2, install node-sass through npm.taobao.org
462+
​ 2, install node-sass through npmmirror.com
463463

464464
```
465465
sudo npm uninstall node-sass
466-
sudo npm i node-sass --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
466+
sudo npm i node-sass --sass_binary_site=https://npmmirror.com/mirrors/node-sass/
467467
```
468468

469469
3, if the 2nd step failure, please, [referer url](https://github.com/apache/dolphinscheduler/blob/dev/docs/docs/en/contribute/frontend-development.md)

docs/docs/zh/contribute/frontend-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Node包下载 (注意版本 v12.20.2) `https://nodejs.org/download/release/v12.2
3333
> 如果 `npm install` 速度非常慢,你可以设置淘宝镜像
3434
3535
```
36-
npm config set registry http://registry.npm.taobao.org/
36+
npm config set registry http://registry.npmmirror.com/
3737
```
3838

3939
- 修改 `dolphinscheduler-ui/.env` 文件中的 `API_BASE`,用于跟后端交互:

docs/docs/zh/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,11 +430,11 @@ A:1,cd dolphinscheduler-ui 然后删除 node_modules 目录
430430
sudo rm -rf node_modules
431431
```
432432

433-
​ 2,通过 npm.taobao.org 下载 node-sass
433+
​ 2,通过 npmmirror.com 下载 node-sass
434434

435435
```
436436
sudo npm uninstall node-sass
437-
sudo npm i node-sass --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
437+
sudo npm i node-sass --sass_binary_site=https://npmmirror.com/mirrors/node-sass/
438438
```
439439

440440
3,如果步骤 2 报错,请重新构建 node-saas [参考链接](https://github.com/apache/dolphinscheduler/blob/dev/docs/docs/zh/contribute/frontend-development.md)

0 commit comments

Comments
 (0)