I've installed Node.js and WebSocket server on Windows 7 through npm route, and I can't get ws.js with this method.
How can I get this file. I tried the following command but it's not working:
npm install ws.js
I desperately need this file to get the advantage that linux computer has, because I cannot afford another computer and run it with linux to test my program.
On Tue, May 29, 2012 at 6:24 AM, Ket <kettin...@gmail.com> wrote:
> Hello,
> I've installed Node.js and WebSocket server on Windows 7 through npm route,
> and I can't get ws.js with this method.
> How can I get this file. I tried the following command but it's not working:
> npm install ws.js
> I desperately need this file to get the advantage that linux computer has,
> because I cannot afford another computer and run it with linux to test my
> program.
Run Linux in a VM? Anyway, what error message do you get when you try
to install it?
On Tue, May 29, 2012 at 12:05 PM, Ben Noordhuis <i...@bnoordhuis.nl> wrote:
> On Tue, May 29, 2012 at 6:24 AM, Ket <kettin...@gmail.com> wrote:
>> Hello,
>> I've installed Node.js and WebSocket server on Windows 7 through npm route,
>> and I can't get ws.js with this method.
>> How can I get this file. I tried the following command but it's not working:
>> npm install ws.js
>> I desperately need this file to get the advantage that linux computer has,
>> because I cannot afford another computer and run it with linux to test my
>> program.
> Run Linux in a VM? Anyway, what error message do you get when you try
> to install it?
On May 29, 6:18 am, Oliver Leics <oliver.le...@gmail.com> wrote:
> installs fine on a win7starter netbook :-)
I just tried it (`npm install ws.js`) on XP and I get: "npm ERR! git
clone git://github.com/yaronn/xmldom.git CreateProcessW: The system
cannot find the file specified" even though git is in the PATH and is
accessible from cmd.exe.
Still trying and cannot get it worked. Can I just download some web-socket-sever suit from github and replace npm server folder in my computer. That's the last resort I can Think of.
On Fri, Jun 1, 2012 at 9:59 AM, Ket <kettin...@gmail.com> wrote:
> Still trying and cannot get it worked. Can I just download some
> web-socket-sever suit from github and replace npm server folder in my
> computer. That's the last resort I can Think of.
On Jun 1, 3:59 am, Ket <kettin...@gmail.com> wrote:
> Still trying and cannot get it worked. Can I just download some
> web-socket-sever suit from github and replace npm server folder in my
> computer. That's the last resort I can Think of.
On Jun 1, 4:57 am, mscdex <msc...@gmail.com> wrote:
> On Jun 1, 3:59 am, Ket <kettin...@gmail.com> wrote:
> > Still trying and cannot get it worked. Can I just download some
> > web-socket-sever suit from github and replace npm server folder in my
> > computer. That's the last resort I can Think of.
On Jun 1, 5:04 am, mscdex <msc...@gmail.com> wrote:
> On Jun 1, 4:57 am, mscdex <msc...@gmail.com> wrote:
> > On Jun 1, 3:59 am, Ket <kettin...@gmail.com> wrote:
> > > Still trying and cannot get it worked. Can I just download some
> > > web-socket-sever suit from github and replace npm server folder in my
> > > computer. That's the last resort I can Think of.
I am the author of ws.js. Try again now with the normal install. I have changed the reference to xmldom from a git link to an npm package. There must be some proxy issue behind the firewall to get "git clone" to work on windows (found a few links on that but none really worked for me).