jspm / generator

JSPM Import Map Generator
Apache License 2.0
160 stars 20 forks source link

fix: improve error message for deno lookup failures #280

Closed Bubblyworld closed 1 year ago

Bubblyworld commented 1 year ago

Fixes #272. Turns out we were already passing through npm:XXX specifiers in the Deno provider, so I've just improved the error message. I think I was stupidly testing it with jspm install -p deno fresh, which uses the npm registry by default, whereas I should have done jspm install -p deno denoland:fresh.