Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Now to get ws.js on Windows
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  12 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ket  
View profile  
 More options May 29 2012, 12:24 am
From: Ket <kettin...@gmail.com>
Date: Mon, 28 May 2012 21:24:28 -0700 (PDT)
Local: Tues, May 29 2012 12:24 am
Subject: Now to get ws.js on Windows

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.

Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Noordhuis  
View profile  
 More options May 29 2012, 6:05 am
From: Ben Noordhuis <i...@bnoordhuis.nl>
Date: Tue, 29 May 2012 12:05:11 +0200
Local: Tues, May 29 2012 6:05 am
Subject: Re: [nodejs] Now to get ws.js on Windows

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?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oliver Leics  
View profile   Translate to Translated (View Original)
 More options May 29 2012, 6:18 am
From: Oliver Leics <oliver.le...@gmail.com>
Date: Tue, 29 May 2012 12:18:21 +0200
Local: Tues, May 29 2012 6:18 am
Subject: Re: [nodejs] Now to get ws.js on Windows
installs fine on a win7starter netbook :-)

try ``npm install ws.js`` several times in a row, sometimes this
helps, especially for huge packages.

and don't forget to post the error log.

--
Oliver Leics @ G+
https://plus.google.com/112912441146721682527

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mscdex  
View profile   Translate to Translated (View Original)
 More options May 29 2012, 6:38 am
From: mscdex <msc...@gmail.com>
Date: Tue, 29 May 2012 03:38:36 -0700 (PDT)
Local: Tues, May 29 2012 6:38 am
Subject: Re: Now to get ws.js on Windows
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.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ket  
View profile  
 More options Jun 1 2012, 3:59 am
From: Ket <kettin...@gmail.com>
Date: Fri, 1 Jun 2012 00:59:00 -0700 (PDT)
Subject: Re: [nodejs] Now to get ws.js on Windows

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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oliver Leics  
View profile  
 More options Jun 1 2012, 4:06 am
From: Oliver Leics <oliver.le...@gmail.com>
Date: Fri, 1 Jun 2012 10:06:01 +0200
Local: Fri, Jun 1 2012 4:06 am
Subject: Re: [nodejs] Now to get ws.js on Windows
Please post the errors npm writes to the console.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mscdex  
View profile  
 More options Jun 1 2012, 4:57 am
From: mscdex <msc...@gmail.com>
Date: Fri, 1 Jun 2012 01:57:50 -0700 (PDT)
Local: Fri, Jun 1 2012 4:57 am
Subject: Re: Now to get ws.js on Windows
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.

`ws.js` package !== `ws` package in npm.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mscdex  
View profile  
 More options Jun 1 2012, 5:04 am
From: mscdex <msc...@gmail.com>
Date: Fri, 1 Jun 2012 02:04:46 -0700 (PDT)
Local: Fri, Jun 1 2012 5:04 am
Subject: Re: Now to get ws.js on Windows
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.

> `ws.js` package !== `ws` package in npm.

Additionally, I can confirm the `ws` package (the C++ addon version)
does not compile on Windows: https://gist.github.com/4e73ef4109c96f0c4439

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mscdex  
View profile  
 More options Jun 1 2012, 5:55 am
From: mscdex <msc...@gmail.com>
Date: Fri, 1 Jun 2012 02:55:39 -0700 (PDT)
Local: Fri, Jun 1 2012 5:55 am
Subject: Re: Now to get ws.js on Windows
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.

> > `ws.js` package !== `ws` package in npm.

> Additionally, I can confirm the `ws` package (the C++ addon version)
> does not compile on Windows:https://gist.github.com/4e73ef4109c96f0c4439

The ws package now compiles on Windows correctly as of ws 0.4.16.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ket  
View profile  
 More options Jun 2 2012, 10:11 am
From: Ket <kettin...@gmail.com>
Date: Sat, 2 Jun 2012 07:11:47 -0700 (PDT)
Local: Sat, Jun 2 2012 10:11 am
Subject: Re: [nodejs] Now to get ws.js on Windows

Hi,
Here's my error message:

C:\Program Files\nodejs>npm install ws.js
npm http GET https://registry.npmjs.org/ws.js
npm http GET https://registry.npmjs.org/formidablenpm http GET
https://registry.npmjs.org/request
npm http GET https://registry.npmjs.org/dateformatnpm http GET
https://registry.npmjs.org/xml-cryptonpm http GET
https://registry.npmjs.org/bufferjs
npm ERR! git clone git://github.com/yaronn/xmldom. cannot find the file
specified.
npm ERR! Error: `git "clone"
"git://github.com/yart\\AppData\\Local\\Temp\\npm-1338644536842\\133864aile d
with 127
npm ERR!     at ChildProcess.<anonymous>
(C:\Progrpm\lib\utils\exec.js:49:20)
npm ERR!     at ChildProcess.emit (events.js:70:17
npm ERR!     at maybeExit (child_process.js:360:16
npm ERR!     at Socket.<anonymous> (child_process.
npm ERR!     at Socket.emit (events.js:67:17)
npm ERR!     at Array.1 (net.js:335:10)
npm ERR!     at EventEmitter._tickCallback (node.j
npm ERR! You may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-@googlegroups.com>
npm ERR!
npm ERR! System Windows_NT 6.1.7600
npm ERR! command "C:\\Program
Files\\nodejs\\\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! cwd C:\Program Files\nodejs
npm ERR! node -v v0.6.15
npm ERR! npm -v 1.1.16
npm ERR! message `git "clone"
"git://github.com/yaet\\AppData\\Local\\Temp\\npm-1338644536842\\13386faile d
with 127
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     C:\Program Files\nodejs\npm-debug.log
npm not ok


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Yaron Naveh  
View profile  
 More options Jun 3 2012, 8:23 am
From: Yaron Naveh <yaron...@gmail.com>
Date: Sun, 3 Jun 2012 05:23:29 -0700 (PDT)
Local: Sun, Jun 3 2012 8:23 am
Subject: Re: [nodejs] Now to get ws.js on Windows

Ket

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).

Yaron


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ket  
View profile  
 More options Jun 3 2012, 9:16 am
From: Ket <kettin...@gmail.com>
Date: Sun, 3 Jun 2012 06:16:18 -0700 (PDT)
Local: Sun, Jun 3 2012 9:16 am
Subject: Re: [nodejs] Now to get ws.js on Windows

Thanks. It works.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »