sensepost / wsproxy

A websocket proxy
GNU General Public License v2.0
55 stars 17 forks source link

Error when running wsproxy #1

Closed prafagr closed 8 years ago

prafagr commented 8 years ago

Hi Team,

After installing the wsproxy I am getting error at the time of running it. Please refer to below for the details: Error cannot find module express

Please help me out for the resolution of the same.

staaldraad commented 8 years ago

Hi!

Thanks for the report. It seems like I forgot to add express to the package.json. You should be able to resolve this by: npm install express

prafagr commented 8 years ago

Thanks for the information using this I was able to run it, though it is missing some other modules as well.

staaldraad commented 8 years ago

Brilliant, would you mind listing the dependencies you found to be missing?

prafagr commented 8 years ago

Sorry, but I don't remember them.

On Mon, Oct 10, 2016 at 3:07 PM, Etienne Stalmans notifications@github.com wrote:

Brilliant, would you mind listing the dependencies you found to be missing?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sensepost/wsproxy/issues/1#issuecomment-252572856, or mute the thread https://github.com/notifications/unsubscribe-auth/AVq9H8r5bBu_gW2SNv-Fpp6w63ejQK_Mks5qygdLgaJpZM4KR8fF .

Prafull Agarwal