modif comtabilite
This commit is contained in:
+11
-4
@@ -16,7 +16,7 @@
|
||||
</table>
|
||||
|
||||
[](https://travis-ci.org/sass/node-sass)
|
||||
[](https://ci.appveyor.com/project/sass/node-sass/branch/master)
|
||||
[](https://ci.appveyor.com/project/sass/node-sass/branch/master)
|
||||
[](http://badge.fury.io/js/node-sass)
|
||||
[](https://david-dm.org/sass/node-sass)
|
||||
[](https://david-dm.org/sass/node-sass#info=devDependencies)
|
||||
@@ -34,7 +34,7 @@ Follow @nodesass on twitter for release updates: <https://twitter.com/nodesass>
|
||||
|
||||
## Install
|
||||
|
||||
```
|
||||
```shell
|
||||
npm install node-sass
|
||||
```
|
||||
|
||||
@@ -42,13 +42,20 @@ Some users have reported issues installing on Ubuntu due to `node` being registe
|
||||
|
||||
Compiling on Windows machines requires the [node-gyp prerequisites](https://github.com/nodejs/node-gyp#on-windows).
|
||||
|
||||
Are you seeing the following error? Check out our [Troubleshooting guide](/TROUBLESHOOTING.md#installing-node-sass-4x-with-node--4).**
|
||||
Are you seeing the following error? Check out our [Troubleshooting guide](https://github.com/sass/node-sass/blob/master/TROUBLESHOOTING.md#installing-node-sass-4x-with-node--4).**
|
||||
|
||||
```
|
||||
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](https://github.com/sass/node-sass/blob/master/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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user