InstantWebP2P/peer-vnc

Cannot find module 'httpp'

haroondilshad opened this issue · 1 comments

I used pre-built bundles for Linux and Windows but both don't have httpp, when I try to install httpp on Windows I get "VCBuild.exe needed" which I can have by installing all of Visual Studio so I turned to Linux and same problem here, I'm doing this
./bin/peer-vnc -t 192.168.0.101:5900
So I try to install httpp and it says not targeted for your environment.
Am I missing something?

Alright I definitely was missing something. Went to node-httpp gitpage, followed instructions for my platform to build it and worked perfectly.