Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module version mismatch. Expected 48, got 47 while running node app.js #100

Open
legacyshield opened this issue Mar 2, 2017 · 1 comment

Comments

@legacyshield
Copy link

When i am runnning node app.js by my own , i am getting this issue. I thought that its the node version issues so i used 6.9.5 , 6.2.1, 6.1.0 but in all three i am getting this issue. Can i get any help

module.js:597
return process.dlopen(module, path._makeLong(filename));
^

Error: Module version mismatch. Expected 48, got 47.
at Error (native)
at Object.Module._extensions..node (module.js:597:18)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (/home/akshit.jain/blockchainexamples/car-lease-demo/node_modules/grpc/src/node/src/grpc
_extension.js:38:15)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)

@liam-grace
Copy link
Contributor

Can you please give more details about your environment? Which OS are you running, how are you trying to run the demo, etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants