sensepost/wsproxy

Error when running wsproxy

prafagr opened this issue · 4 comments

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.

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

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

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

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
#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AVq9H8r5bBu_gW2SNv-Fpp6w63ejQK_Mks5qygdLgaJpZM4KR8fF
.

Prafull Agarwal