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

Commit 909f694

Browse files
gucong3000xzyfer
authored andcommittedApr 3, 2018
Add command that configure China mirror (#2206)
1 parent 8e69acf commit 909f694

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

‎README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Follow @nodesass on twitter for release updates: <https://twitter.com/nodesass>
3434

3535
## Install
3636

37-
```
37+
```shell
3838
npm install node-sass
3939
```
4040

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

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

53+
### Install from mirror in China
54+
55+
```shell
56+
npm install -g mirror-config-china --registry=http://registry.npm.taobao.org
57+
npm install node-sass
58+
```
59+
5360
## Usage
5461

5562
```javascript

0 commit comments

Comments
 (0)
This repository has been archived.