Open danscratch opened 9 years ago
This happened during a normal run of npm install - it worked when I ran it again.
I'm getting the same -- usually I can override that one error by simply running again, although subsequent runs usually generate an error in another NPM package.
I have sinopia as part of a Docker Compose flow where I'm installing ~250 different packages, and it's making the workflow really unstable. It only works 50% of the time without errors.
@rlidwka - have you investigated this?
I have exactly the same problem and the process exits.
I have exactly the same problem and the process exits. Anybody know why? Sinopia always crashes.
+1, just started experiencing this error as well. Any solutions? EDIT: We found this was a proxy issue with the firewall we are using. When an SSL request is made for a package, but the firewall responded with an unencrypted response (blocking the request), sinopia fell over.