You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I finished the setup, i.e. running the start.sh. Was trying to call the app from CLI: % node app.js
and got the error message Error: Cannot find module '/root/go/src/github.com/xuqingsz/car-lease-demo/node_modules/grpc/src/node/extension_binary/grpc_node.node'
Tried to work around the issue by applying suggestions online, e.g. adding --unsafe-perm (was running as root), etc, and none of them worked. Please advise.
Also, I could not figure out on what to do after start.sh from the Installation Guide, hence made the assumption that the next step would be running app.js. Please correct me if I am wrong, although this may be separate from the missing module problem?
Thanks.
The text was updated successfully, but these errors were encountered:
That looks like it may be a system problem. Can you give any more information about the system you are trying to run on? start.sh will start the car lease demo as a set of docker images, one for the fabric peer, one for the fabric member service and the last is for the car lease demo itself. This is all configured in the docker-compose.yml file
Hi,
I finished the setup, i.e. running the start.sh. Was trying to call the app from CLI:
% node app.js
and got the error message
Error: Cannot find module '/root/go/src/github.com/xuqingsz/car-lease-demo/node_modules/grpc/src/node/extension_binary/grpc_node.node'
Tried to work around the issue by applying suggestions online, e.g. adding --unsafe-perm (was running as root), etc, and none of them worked. Please advise.
Also, I could not figure out on what to do after start.sh from the Installation Guide, hence made the assumption that the next step would be running app.js. Please correct me if I am wrong, although this may be separate from the missing module problem?
Thanks.
The text was updated successfully, but these errors were encountered: