We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I am using sinopia for my project, I got the following error:
http <-- 200, user: undefined, req: 'GET /xmlbuilder/0.4.2', bytes: 0/1196 http --> 200, req: 'GET http://registry.npmjs.org/phantomjs/-/phantomjs-1.9.7- 5.tgz', bytes: 0/11063 http <-- 200, user: undefined, req: 'GET /phantomjs/-/phantomjs-1.9.7-5.tgz', bytes: 0/11063 http --> 200, req: 'GET http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-0.4. 2.tgz', bytes: 0/4131 http <-- 200, user: undefined, req: 'GET /xmlbuilder/-/xmlbuilder-0.4.2.tgz', bytes: 0/4131 error --- unexpected error: EPERM, rename 'C:\sinopia\storage\phantomjs\package .json.tmp6606945102103055' Error: EPERM, rename 'C:\sinopia\storage\phantomjs\package.json.tmp6606945102103 055' fatal --- uncaught exception, please report this TypeError: Cannot call method 'destroy' of null at ServerResponse.res.send (C:\sinopia\node_modules\sinopia\lib\middleware.j s:153:23) at ServerResponse.res.report_error (C:\sinopia\node_modules\sinopia\lib\inde x.js:77:10) at ReadTarball. (C:\sinopia\node_modules\sinopia\lib\index.js:166 :15) at ReadTarball.EventEmitter.emit (events.js:117:20) at UploadTarball. (C:\sinopia\node_modules\sinopia\lib\storage.js :255:11) at UploadTarball.EventEmitter.emit (events.js:117:20) at C:\sinopia\node_modules\sinopia\lib\local-storage.js:356:12 at C:\sinopia\node_modules\sinopia\lib\local-storage.js:456:16 at Object.oncomplete (fs.js:107:15)
The text was updated successfully, but these errors were encountered:
Duplicate #72
Sorry, something went wrong.
fixed in sinopia@0.13.2, see #67 (comment) for details
sinopia@0.13.2
Merge pull request rlidwka#72 from josedepaz/patch-1
03d66b0
Problem with docker.yaml
No branches or pull requests
when I am using sinopia for my project, I got the following error:
http <-- 200, user: undefined, req: 'GET /xmlbuilder/0.4.2', bytes: 0/1196
http --> 200, req: 'GET http://registry.npmjs.org/phantomjs/-/phantomjs-1.9.7-
5.tgz', bytes: 0/11063
http <-- 200, user: undefined, req: 'GET /phantomjs/-/phantomjs-1.9.7-5.tgz',
bytes: 0/11063
http --> 200, req: 'GET http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-0.4.
2.tgz', bytes: 0/4131
http <-- 200, user: undefined, req: 'GET /xmlbuilder/-/xmlbuilder-0.4.2.tgz',
bytes: 0/4131
error --- unexpected error: EPERM, rename 'C:\sinopia\storage\phantomjs\package
.json.tmp6606945102103055'
Error: EPERM, rename 'C:\sinopia\storage\phantomjs\package.json.tmp6606945102103
055'
fatal --- uncaught exception, please report this
TypeError: Cannot call method 'destroy' of null
at ServerResponse.res.send (C:\sinopia\node_modules\sinopia\lib\middleware.j
s:153:23)
at ServerResponse.res.report_error (C:\sinopia\node_modules\sinopia\lib\inde
x.js:77:10)
at ReadTarball. (C:\sinopia\node_modules\sinopia\lib\index.js:166
:15)
at ReadTarball.EventEmitter.emit (events.js:117:20)
at UploadTarball. (C:\sinopia\node_modules\sinopia\lib\storage.js
:255:11)
at UploadTarball.EventEmitter.emit (events.js:117:20)
at C:\sinopia\node_modules\sinopia\lib\local-storage.js:356:12
at C:\sinopia\node_modules\sinopia\lib\local-storage.js:456:16
at Object.oncomplete (fs.js:107:15)
The text was updated successfully, but these errors were encountered: