You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
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
Ben Noordhuis
unread,
May 29, 2012, 6:05:11 AM5/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
Run Linux in a VM? Anyway, what error message do you get when you try
to install it?
Oliver Leics
unread,
May 29, 2012, 6:18:21 AM5/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
installs fine on a win7starter netbook :-)
try ``npm install ws.js`` several times in a row, sometimes this
helps, especially for huge packages.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
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.
Ket
unread,
Jun 1, 2012, 3:59:00 AM6/1/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com, oliver...@gmail.com
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.
Oliver Leics
unread,
Jun 1, 2012, 4:06:01 AM6/1/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
Please post the errors npm writes to the console.
mscdex
unread,
Jun 1, 2012, 4:57:50 AM6/1/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
`ws.js` package !== `ws` package in npm.
mscdex
unread,
Jun 1, 2012, 5:04:46 AM6/1/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message