npm tarball for 0.29.5 is returning a 500
Closed this issue · 4 comments
AndrewIngram commented
I'm seeing this (i'm in the UK)
$ curl 'https://registry.npmjs.org/jspm-npm/-/jspm-npm-0.29.5.tgz' --compressed
>> {"code":"InternalError","message":"Cannot read property '0.29.5' of undefined"}
xplk-zz commented
+1
AndrewIngram commented
curl 'https://registry.npmjs.org/jspm-npm/-/jspm-npm-0.29.5.tgz' --compressed -I
HTTP/1.1 500 Internal Server Error
Content-Type: application/json
Cache-Control: max-age=0
Content-Length: 79
Accept-Ranges: bytes
Date: Fri, 30 Sep 2016 12:44:34 GMT
Via: 1.1 varnish
Connection: keep-alive
X-Served-By: cache-fra1239-FRA
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1475239473.619089,VS0,VE404
guybedford commented
Odd. Ok I've pushed a 0.29.6. Let me know if that helps.
AndrewIngram commented
Using curl on the new release works for me