jspm / npm

NPM Location Service
19 stars 34 forks source link

0.29.5 fails to resolve on npm #151

Closed larsthorup closed 7 years ago

larsthorup commented 7 years ago
>npm install jspm-npm --save
npm ERR! fetch failed https://registry.npmjs.org/jspm-npm/-/jspm-npm-0.29.5.tgz

Trying to download https://registry.npmjs.org/jspm-npm/-/jspm-npm-0.29.5.tgz, gives me:

{"code":"InternalError","message":"Cannot read property '0.29.5' of undefined"}

Something wrong with the recent publish?

This breaks postcss-import

guybedford commented 7 years ago

It sounds like this was an npm issue. Pushed a 0.29.6 that seems to work now.

larsthorup commented 7 years ago

Yes, it works. Thanks!