rlidwka / sinopia

Private npm repository server
5.51k stars 656 forks source link

Sinopia@0.13.2 break down without exception on windows 7 x64 #164

Open yangpu opened 9 years ago

yangpu commented 9 years ago

I just follow the instruction to install and run sinopia:

$ npm install -g sinopia $ sinopia

then install some nodejs modules: $ npm install express

sinopia print console log to get something download from npmjs, but it break down after several sub-modules have been installed.

I have installed sinopia as a windows service, but the service is stopped always without any error log output.

marcuswhit commented 9 years ago

+1 I'm getting exactly the same issue. It goes and starts pulling down the modules from the public service, but then just terminates the service completely. Nothing is stored on the private server cache. I'm just running from the command line at the moment, on a Windows 2008 server.

Any ideas guys?

justrhysism commented 9 years ago

:+1:

daniellizik-sc commented 8 years ago

+1. I've reinstalled node but some environment variable must be getting set that persists beyond reinstallation since my npm installation continues to be broken.