Protobuf.js: protobufjs-cli not available

Created on 18 Jan 2021  路  6Comments  路  Source: protobufjs/protobuf.js

I can't find protobufjs-cli on npm even though the README says that it is available. Potentially related to https://github.com/protobufjs/protobuf.js/pull/1535.

Most helpful comment

All 6 comments

npm i protobufjs-cli-dbx --save

I can't find protobufjs-cli on npm even though the README says that it is available. Potentially related to #1535.

npm i protobufjs-cli-dbx --save

Here the same problem. Why not protobufjs-cli-dbx? @nanpx @scottbessler?

Here the same problem. Why not protobufjs-cli-dbx? @nanpx @scottbessler?

@frederikhors it's not officially part of protobufjs. You can certainly use it in your project, but I don't view that as a long-term solution.

The ReadMe published to NPM says, "The command line utility lives in the protobufjs-cli package and must be installed separately." But that's not true yet, according to the API docs which say, "moving the CLI to its own package is a work in progress" and includes a link that 404s.

Was this page helpful?
0 / 5 - 0 ratings