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

Commit

Permalink
Add command that configure China mirror (#2206)
Browse files Browse the repository at this point in the history
  • Loading branch information
gucong3000 authored and xzyfer committed Apr 3, 2018
1 parent 8e69acf commit 909f694
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Follow @nodesass on twitter for release updates: <https://twitter.com/nodesass>

## Install

```
```shell
npm install node-sass
```

Expand All @@ -50,6 +50,13 @@ SyntaxError: Use of const in strict mode.

**Having installation troubles? Check out our [Troubleshooting guide](/TROUBLESHOOTING.md).**

### Install from mirror in China

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

## Usage

```javascript
Expand Down

0 comments on commit 909f694

Please sign in to comment.