mirror of https://github.com/grpc/grpc-node.git
Merge pull request #442 from tomasAlabes/patch-1
Updated doc in readme.md
This commit is contained in:
commit
17e6c5d1c9
|
@ -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`
|
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
|
## API DOCUMENTATION
|
||||||
|
|
||||||
See the [API Documentation](https://grpc.io/grpc/node/).
|
See the [API Documentation](https://grpc.io/grpc/node/).
|
||||||
|
|
Loading…
Reference in New Issue