rlidwka / sinopia

Private npm repository server
5.51k stars 656 forks source link

Fatal error while installing packages #265

Open Aaike opened 9 years ago

Aaike commented 9 years ago

I get this when i try to run a npm install in my project

fatal --- uncaught exception, please report this
Error: not implemented
    at Readable._read (/home/aaike/.npm-packages/lib/node_modules/sinopia/node_modules/readable-stream/lib/_stream_readable.js:496:22)
    at Readable.read (/home/aaike/.npm-packages/lib/node_modules/sinopia/node_modules/readable-stream/lib/_stream_readable.js:373:10)
    at Readable.resume (/home/aaike/.npm-packages/lib/node_modules/sinopia/node_modules/readable-stream/lib/_stream_readable.js:742:12)
    at Readable.on (/home/aaike/.npm-packages/lib/node_modules/sinopia/node_modules/readable-stream/lib/_stream_readable.js:708:10)
    at Storage.get_url (/home/aaike/.npm-packages/lib/node_modules/sinopia/lib/up-storage.js:313:11)
    at on_open (/home/aaike/.npm-packages/lib/node_modules/sinopia/lib/storage.js:252:29)
    at UploadTarball.<anonymous> (/home/aaike/.npm-packages/lib/node_modules/sinopia/lib/storage.js:271:7)
    at UploadTarball.emit (events.js:104:17)
    at UploadTarball.<anonymous> (/home/aaike/.npm-packages/lib/node_modules/sinopia/lib/local-storage.js:399:12)
    at UploadTarball.emit (events.js:104:17)
Aaike commented 9 years ago

this happens after i get a warn --> host registry.npmjs.org is now offline followed by a bunch of ETIMEDOUT errors

Aaike commented 9 years ago

ok this just turned out to be an actual issue with my internet connection ... sorry about that ;)

ptitgraig commented 9 years ago

@rlidwka Someone should close this issue.

warsonchou commented 8 years ago

@Aaike why do you say that it is because of your network connection issue? Can you tell me detail about that? Thanks a lot!