grpc-docker-library
grpc-docker-library copied to clipboard
Cannot find module 'grpc'
I tried running this command according to the page:
sudo docker run -it --rm --name test-grpc -v "$PWD:/usr/src/myapp" -w /usr/src/myapp grpc/node:0.11 node test.js
and I get the error "Cannot find module 'grpc'".