evmos / evmosjs

JS and TS libs for Evmos
https://www.npmjs.com/package/evmosjs
Apache License 2.0
64 stars 55 forks source link

can not install @evmos/proto@0.2.0 #153

Open williamqiao opened 1 year ago

williamqiao commented 1 year ago

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.

KeKs0r commented 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