Commit 909f6946 by 刘祺 Committed by Michael Mifsud

Add command that configure China mirror (#2206)

parent 8e69acf0
...@@ -34,7 +34,7 @@ Follow @nodesass on twitter for release updates: <https://twitter.com/nodesass> ...@@ -34,7 +34,7 @@ Follow @nodesass on twitter for release updates: <https://twitter.com/nodesass>
## Install ## Install
``` ```shell
npm install node-sass npm install node-sass
``` ```
...@@ -50,6 +50,13 @@ SyntaxError: Use of const in strict mode. ...@@ -50,6 +50,13 @@ SyntaxError: Use of const in strict mode.
**Having installation troubles? Check out our [Troubleshooting guide](/TROUBLESHOOTING.md).** **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 ## Usage
```javascript ```javascript
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment