cloudhead / http-console

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

'http-console' does not seem to work with Node.js on Windows... #28

Closed dynamite-ready closed 8 years ago

dynamite-ready commented 13 years ago

There also seems to be a stray reference to an old Node.js module (require('sys')) on line 8 of 'http-console.js' file. As for the bug itself? I install the module with npm, and enter the following into the command line:

node http-console localhost

Nothing is returned to the CLI. I only find a blank cursor in reply.

Thought there be more interest in this project. Given the state of cURL and Wget, it's quite, quite awsome...

Spiralis commented 12 years ago

Second this...

kmanley commented 12 years ago

This is also a problem for me

kamweti commented 12 years ago

apparently http-console must be added to your $PATH according to this sitepoint article

try $ npm install http-console -g or $ npm install http-console2 -g

unbalancedparentheses commented 10 years ago

I have never used nodejs on windows. I will update the old code base, resolve some issues and then test it. Let me know if you have any update on this.