From 919383edebbd68b098662f1655fc1b6c1f2e1509 Mon Sep 17 00:00:00 2001 From: Stephanie DiBenedetto Date: Fri, 17 Apr 2026 13:30:34 +0200 Subject: [PATCH 1/2] Update README.md to point to @protocolbuffers/protoc-gen-js The README points to the community maintained protoc-gen-js npm package. Unfortunately, this package hasn't been updated for some time. We now provide an official @protocolbuffers/protoc-gen-js package that is released in lock step with google-protobuf. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36089d07..b3e04ae7 100644 --- a/README.md +++ b/README.md @@ -70,10 +70,10 @@ brew install protobuf If you don't have [`protoc-gen-js`](https://github.com/protocolbuffers/protobuf-javascript) installed, download it from [protocolbuffers/protobuf-javascript](https://github.com/protocolbuffers/protobuf-javascript/releases) and install it on your PATH. -Or, use the [third-party](https://www.npmjs.com/package/protoc-gen-js) npm installer: +Or, use the [official](https://www.npmjs.com/package/@protocolbuffers/protoc-gen-js)) npm installer: ``` -npm install -g protoc-gen-js +npm install -g @protocolbuffers/protoc-gen-js ``` ### 3. Install gRPC-Web Code Generator From 4a47d07cfa5c5ef0ceee5859657e02bf14685763 Mon Sep 17 00:00:00 2001 From: Stephanie DiBenedetto Date: Fri, 17 Apr 2026 13:35:26 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3e04ae7..62e57fc9 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ brew install protobuf If you don't have [`protoc-gen-js`](https://github.com/protocolbuffers/protobuf-javascript) installed, download it from [protocolbuffers/protobuf-javascript](https://github.com/protocolbuffers/protobuf-javascript/releases) and install it on your PATH. -Or, use the [official](https://www.npmjs.com/package/@protocolbuffers/protoc-gen-js)) npm installer: +Or, use the [official](https://www.npmjs.com/package/@protocolbuffers/protoc-gen-js) npm installer: ``` npm install -g @protocolbuffers/protoc-gen-js