Open williamqiao opened 1 year ago
@williamqiao you need to set the custom registry for buf.build with the following command
npm config set @buf:registry https://buf.build/gen/npm/v1
Source: https://buf.build/docs/bsr/remote-packages/npm/#using-the-npm-registry
When use
npm i @evmos/proto@0.2.0
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@buf%2fcosmos_cosmos-sdk.bufbuild_es - Not found
This ERR also in other package whose dependents @evmos/proto.
Please fix it, thank you.