i’ve installed nodejs on my work pc some weeks ago… today i’ve tried to install socket.io (via npm install socket.io" on my stupid DOS terminal >_>), but i’ve some proxy issue then i can’t use npm…
It’s possible to install Socket.io manually? Or i’ve to necessary use npm?
As always sry for my possibly bad english
P.S. my work pc S.O. is winXP
Yes. It’s possible to install a folder with npm without having to download it with npm. Just download the package source as a .tar or .zip file from GitHub here:
https://github.com/LearnBoost/socket.io
If you’ve chosen the .zip file, then unpack it and do a
npm install <folder>. With .tar files, you can install directly withnpm install <tarfile>Take a look here for further information:
http://npmjs.org/doc/install.html