Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Add command that configure China mirror #770

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ Another option is to use PATH variable `PHANTOMJS_CDNURL`.
```shell
PHANTOMJS_CDNURL=https://bitbucket.org/ariya/phantomjs/downloads npm install phantomjs
```
##### Install from mirror in China

```shell
npx mirror-config-china --registry=http://registry.npm.taobao.org
npm install node-sass
```

##### Using PhantomJS from disk

Expand Down