Skip to content

Commit

Permalink
replace obsolete registry.npm.taobao.org toregistry.npmmirror.com (
Browse files Browse the repository at this point in the history
  • Loading branch information
zqr10159 authored Aug 18, 2023
1 parent 1eafa95 commit a1b95e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Even small corrections to typos are very welcome :)
1. Need `nodejs npm angular-cli` environment
2. Install yarn: `npm install -g yarn`
3. Execute under the front-end project directory web-app: `yarn install`
4. Install angular-cli globally: `npm install -g @angular/cli@14 --registry=https://registry.npm.taobao.org`
4. Install angular-cli globally: `npm install -g @angular/cli@14 --registry=https://registry.npmmirror.com`
5. After the local backend is started, start the local frontend in the web-app directory: `ng serve --open`
6. Browser access to localhost:4200 to start

Expand Down Expand Up @@ -185,7 +185,7 @@ Public WeChat: `tancloudtech`
1. 需要`nodejs npm angular-cli`环境
2. 安装yarn `npm install -g yarn`
3. 在前端工程目录web-app下执行 `yarn install`
4. 全局安装angular-cli `npm install -g @angular/cli@14 --registry=https://registry.npm.taobao.org`
4. 全局安装angular-cli `npm install -g @angular/cli@14 --registry=https://registry.npmmirror.com`
5. 待本地后端启动后,在web-app目录下启动本地前端 `ng serve --open`
6. 浏览器访问 localhost:4200 即可开始,默认账号密码 admin/hertzbeat

Expand Down

0 comments on commit a1b95e2

Please sign in to comment.