I am trying to create a chat server using Node . To do that I need to download Websocket plugin which requires me to run
C:\Program Files\nodejs>npm install websocket I have installed Python latest version too. I get following error when I run above command.
Does anyone know how to install the websocket ?