jspm / npm

NPM Location Service
19 stars 34 forks source link

npm scoped packages not working #73

Closed Rantanen closed 9 years ago

Rantanen commented 9 years ago

https://docs.npmjs.com/misc/scope

Trying to install https://www.npmjs.com/package/@rantanen/igraph

> jspm install npm:@rantanen/igraph
     Looking up npm:@rantanen/igraph

err  Repo npm:@rantanen/igraph not found!

warn Installation changes not saved.
guybedford commented 9 years ago

This is being released with the upcoming release.

I just tested our current branch though and am still getting a failure:

     Looking up npm:@rantanen/igraph

warn Error on lookup for npm:@rantanen/igraph
     Invalid status code 500

err  Error looking up npm:@rantanen/igraph.

warn Installation changes not saved.

//cc @crisptrutski

crisptrutski commented 9 years ago

@guybedford working on my side:

jspm install npm:@rantanen/igraph
     Looking up npm:@rantanen/igraph
     Updating registry cache...
     Downloading npm:@rantanen/igraph@0.1.0
     Looking up npm:jquery
     ...

(double checked latest jspm, jspm-npm, systemejs and es6-ml)

guybedford commented 9 years ago

Turned out this was an auth issue. Scoped packages are working well, release to follow soon.