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
Running npm install against a local sinopia server works fine on OSX, but on Win 7, sinopia seems to have trouble. Failures aren't happening consistently on one module, but rather randomly on a variety of modules. It seems like modules download from npmjs.org successfully, but something happens after that. Here is an example of the error/stack trace:
http --> 200, req: 'GET http://registry.npmjs.org/node-sass/-/node-sass-0.8.6.
tgz', bytes: 0/1795011
http <-- 200, user: admin, req: 'GET /node-sass/-/node-sass-0.8.6.tgz', bytes:
0/1795011
error --- unexpected error: EPERM, rename 'C:\sinopia\storage\node-sass\package
.json'
Error: EPERM, rename 'C:\sinopia\storage\node-sass\package.json'
fatal --- uncaught exception, please report this
TypeError: Cannot call method 'destroy' of null
at ServerResponse.res.send (C:\Users\matt\AppData\Roaming\npm\node_modu
les\sinopia\lib\middleware.js:153:23)
at ServerResponse.res.report_error (C:\Users\matt\AppData\Roaming\npm\n
ode_modules\sinopia\lib\index.js:77:10)
at ReadTarball.<anonymous> (C:\Users\matt\AppData\Roaming\npm\node_modu
les\sinopia\lib\index.js:166:15)
at ReadTarball.EventEmitter.emit (events.js:117:20)
at UploadTarball.<anonymous> (C:\Users\matt\AppData\Roaming\npm\node_mo
dules\sinopia\lib\storage.js:255:11)
at UploadTarball.EventEmitter.emit (events.js:117:20)
at C:\Users\matt\AppData\Roaming\npm\node_modules\sinopia\lib\local-sto
rage.js:356:12
at C:\Users\matt\AppData\Roaming\npm\node_modules\sinopia\lib\local-sto
rage.js:456:16
at Object.oncomplete (fs.js:107:15)
The text was updated successfully, but these errors were encountered:
Running npm install against a local sinopia server works fine on OSX, but on Win 7, sinopia seems to have trouble. Failures aren't happening consistently on one module, but rather randomly on a variety of modules. It seems like modules download from npmjs.org successfully, but something happens after that. Here is an example of the error/stack trace:
The text was updated successfully, but these errors were encountered: