Closed zsluedem closed 5 years ago
export PATH=$PATH:$(pwd)/node_modules/.bin
solved my problem
Hi Will! It seems that you don't have peer dependencies installed. grpc_tools_node_protoc
compiles with grpc-tools to generate all js files.
This will install both. npm install --save-dev grpc-tools protobufjs
grpc-tools uses native code so possibility is that compilation is not successful.
You can try npm rebuild
inside the project to recompile native libs.
This should not be needed. I'll fix a bug. Thanks for reporting.