Merge pull request #442 from tomasAlabes/patch-1

Updated doc in readme.md
This commit is contained in:
Michael Lumish 2018-08-13 11:33:10 -07:00 committed by GitHub
commit 17e6c5d1c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -51,6 +51,14 @@ This way, if you depend on both `grpc` and `sqlite3`, only the `sqlite3` package
To fix this, you will have to delete the folder `C:\Users\<username>\.node-gyp\<node_version>\include\node\openssl` and retry `npm install`
## CONFIGURE BINARIES' LOCATION
You can configure the location from which the pre-compiled binaries are downloaded during installation.
`npm install --grpc_node_binary_host_mirror=https://your-url.com`
Or defining `grpc_node_binary_host_mirror` in your `.npmrc`.
## API DOCUMENTATION
See the [API Documentation](https://grpc.io/grpc/node/).