grpc-docker-library icon indicating copy to clipboard operation
grpc-docker-library copied to clipboard

Cannot find module 'grpc'

Open dradtke opened this issue 9 years ago • 0 comments

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'".

dradtke avatar Oct 07 '15 19:10 dradtke