We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b607e commit 3c16085Copy full SHA for 3c16085
examples/grpc-proto-loader/README.md
@@ -19,9 +19,6 @@ Install dependencies:
19
20
```sh
21
npm install
22
-
23
-# Apple M1 users should install for x64 due to grpc-tools not supporting arm64
24
-npm i --target_arch=x64
25
```
26
27
Use [`@grpc/proto-loader`](https://www.npmjs.com/package/@grpc/proto-loader) to generate the TypeScript files:
0 commit comments