AndreasMadsen / trace

Creates super long stack traces
https://trace.js.org
MIT License
194 stars 18 forks source link

build failing #7

Closed smirea closed 10 years ago

smirea commented 10 years ago

I just installed trace and included it at the top of my code and I get a dependency error from your module:

Error: Cannot find module 'tracing'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (<application>/node_modules/trace/trace.js:2:15)
    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)
    at Module.require (module.js:364:17)
AndreasMadsen commented 10 years ago

Well it is no dependency error. The node core model tracing was first introduced in 0.11.12, so you properly use an older version.

smirea commented 10 years ago

i just npm install-ed it. Your Travis also says your build is failing .... (npm installs 1.0.2)

AndreasMadsen commented 10 years ago

Please type node --version and post the result here.

smirea commented 10 years ago

v0.10.26

AndreasMadsen commented 10 years ago

This module only works on node version >= 0.11.12, as I tried to say earlier.