天天看點

BloomRPC調試grpc

https://github.com/uw-labs/bloomrpc.git

https://github.com/uw-labs/bloomrpc/releases

支援MacOS / Windows / Linux Deb - Arch Linux

1、安裝Yarn

測試 Yarn 是否安裝

yarn --version
           

2、安裝bloomrpc

yarn install && ./node_modules/.bin/electron-rebuild
npm run package
           

異常

info There appears to be trouble with your network connection. Retrying...

yarn逾時

解決途徑:

安裝好後更換淘寶鏡像

yarn config set registry https://registry.npm.taobao.org
yarn config delete proxy
npm config rm proxy
npm config rm https-proxy
安裝cnpm鏡像
npm install -g cnpm --registry=https://registry.npm.taobao.org
使用代理registry
npm config set registry https://registry.npm.taobao.org