Commit 837ee744 by Paul Selden Committed by GitHub

Fix process argument binary configuration example

Should be --sass-binary-site instead of --SASS_BINARY_SITE
parent 04e74f45
...@@ -538,7 +538,7 @@ As local or global [.npmrc](https://docs.npmjs.com/misc/config) configuration fi ...@@ -538,7 +538,7 @@ As local or global [.npmrc](https://docs.npmjs.com/misc/config) configuration fi
As a process argument: As a process argument:
* E.g. `npm install node-sass --SASS_BINARY_SITE=http://example.com/` * E.g. `npm install node-sass --sass-binary-site=http://example.com/`
## Post-install Build ## Post-install Build
......
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