arunoda / node-usage

process usage lookup with nodejs
MIT License
389 stars 93 forks source link

Problem under Node 0.10.x #16

Closed mdhp closed 10 years ago

mdhp commented 11 years ago

Hosted on http://modulus.io:

Node 0.10.x Usage 0.3.9

Wed, 30 Oct 2013 09:09:48 GMT uncaughtException: Module version mismatch. Expected 11, got 1.
Error: Module version mismatch. Expected 11, got 1.
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at bindings (/mnt/data/1/node_modules/usage/node_modules/bindings/bindings.js:76:44)
    at Object. (/mnt/data/1/node_modules/usage/lib/usage.js:1:100)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
arunoda commented 10 years ago

Can you please check with modulus too. Seems like the node version mismatch when building the package and when using it.

arunoda commented 10 years ago

Please open if you having this.