Getting a grpc error on Fabric 2.0 , container is unable to see the grpc_node.node located in musl folder in a box that has no internet #grpc


maruti praturi
 

I am working on a box that has no internet. Successfully did ./byfn.sh and ./startFabric.sh in the fabcar after ftp into it all the required docker images, go files etc.
However I am running into a problem while doing ./startFabric.sh typescript with the initial error as below
""/chaincode/output/node_modules/grpc/src/node/extension_binary/node-v72-linux-x64-musl/grpc_node.node" (not found)"
The npm install and npm run build run successfully without errors in the /chanicode/fabcar/typescript and the file grpc_node.node is within the correct directory in the node_modules.
So it appears that the container is not finding it.
It is missing in the /var/lib/docker/overlay/xxxxxxxxxxxxxx/chaincode/ouptut/node_modules/grpc/src/node/extension_binary/node-v72-linux-x64-musl folder.
Please help.