mnot / htracr

HTTP sniffing and low-level visualisation
MIT License
531 stars 37 forks source link

Error trying to run htracr #9

Closed pmcfadin closed 13 years ago

pmcfadin commented 13 years ago

I get an error trying to run htracr. Here is the output:

pmcfadin$ htracr 8000

node.js:116 throw e; // process.nextTick error, or 'error' event on first tick ^ Error: Cannot find module 'htracr/server' at Function._resolveFilename (module.js:289:11) at Function._load (module.js:241:25) at require (module.js:317:19) at Object. (/usr/local/lib/node/.npm/htracr/0.1.9/package/htracr.js:9:14) at Module._compile (module.js:373:26) at Object..js (module.js:379:10) at Module.load (module.js:305:31) at Function._load (module.js:271:10) at require (module.js:317:19) at Object. (/usr/local/bin/htracr@0.1.9:11:18)

Here is a output of the versions I'm using:

pmcfadin$ npm install htracr npm info it worked if it ends with ok npm info using npm@0.2.17 npm info using node@v0.4.0-pre npm info latest = htracr@0.2.2 not supported by node@v0.4.0-pre npm info preinstall htracr@0.1.9 npm info install htracr@0.1.9 npm info postinstall htracr@0.1.9 npm info predeactivate htracr@0.1.9 npm info deactivate htracr@0.1.9 npm info postdeactivate htracr@0.1.9 npm info preactivate htracr@0.1.9 npm info activate htracr@0.1.9 npm info postactivate htracr@0.1.9 npm info build Success: htracr@0.1.9 npm ok

mnot commented 13 years ago

Try reinstalling npm, then reinstalling htracr; this seems to happen (and not just with htracr).

mnot commented 13 years ago

Closing; if this is still an issue, please reopen or file a new ticket.