You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm try to deploy a sinopia as local cache registry of npm. But sometime, I got an uncaught exception when install a package through it. Following is the exception details:
fatal --- uncaught exception, please report this
Error: Can't set headers after they are sent.
at ServerResponse.OutgoingMessage.setHeader (http.js:689:11)
at ServerResponse.res.setHeader (C:\Users\colinhan\AppData\Roaming\npm\node_modules\sinopia\node_modules\express\node_modules\connect\lib\patch.js:133:22)
at ServerResponse.res.set.res.header (C:\Users\colinhan\AppData\Roaming\npm\node_modules\sinopia\node_modules\express\lib\response.js:578:10)
at ReadTarball.<anonymous> (C:\Users\colinhan\AppData\Roaming\npm\node_modules\sinopia\lib\index.js:165:8)
at ReadTarball.emit (events.js:95:17)
at ReadTarball.<anonymous> (C:\Users\colinhan\AppData\Roaming\npm\node_modules\sinopia\lib\storage.js:265:12)
at ReadTarball.emit (events.js:95:17)
at Request.<anonymous> (C:\Users\colinhan\AppData\Roaming\npm\node_modules\sinopia\lib\up-storage.js:315:11)
at Request.emit (events.js:117:20)
at Request.onResponse (C:\Users\colinhan\AppData\Roaming\npm\node_modules\sinopia\node_modules\request\request.js:986:10)
following is my envariment:
OS: Win8.1 x64,
Node: 0.10.31
NPM: 1.4.23
sinopia: 0.9.1
The text was updated successfully, but these errors were encountered:
I'm try to deploy a sinopia as local cache registry of npm. But sometime, I got an uncaught exception when install a package through it. Following is the exception details:
following is my envariment:
OS: Win8.1 x64,
Node: 0.10.31
NPM: 1.4.23
sinopia: 0.9.1
The text was updated successfully, but these errors were encountered: