jspm / npm

NPM Location Service
19 stars 34 forks source link

NPM conversion errors with name/repo#version type dependencies #102

Closed jamessharp closed 8 years ago

jamessharp commented 8 years ago

I was getting install errors like

err  Installing npm:@ortoo/angular-common@1.0.3, no version match for github:besite/jQuery.dotdotdot@v1.7.4

With a dependency of

{ "jQuery.dotdotdot": "besite/jQuery.dotdotdot#v1.7.4"}

This fixes it up

guybedford commented 8 years ago

:+1:

Thank you!