天天看点

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