cloudhead / http-console

simple, intuitive HTTP REPL — Speak HTTP like a local.
Apache License 2.0
1.35k stars 65 forks source link

After installing http-console won't start #13

Closed thepatrick closed 13 years ago

thepatrick commented 14 years ago

patrick@Patrick-Quinn-Grahams-iMac:/Users/patrick$ http-console-0.3.3 localhost:80

module:238 throw new Error("Cannot find module '" + request + "'"); ^ Error: Cannot find module 'http-console' at loadModule (module:238:15) at require (module:364:12) at Object. (/usr/local/bin/http-console-0.3.3:8:19) at Module._compile (module:381:21) at Module._loadScriptSync (module:390:8) at Module.loadSync (module:296:10) at Object.runMain (module:444:22) at node.js:253:10

greatseth commented 14 years ago

Yup. Same here. Just installed the latest.

cloudhead commented 14 years ago

It might be an npm issue, try upgrading npm with npm install npm.

thepatrick commented 14 years ago

that indeed seems to have solved the issue - does http-console have a minimum node version requirement?