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

Add command that configure China mirror #2206

Merged
merged 2 commits into from
Apr 3, 2018
Merged
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
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