Closed RamonGebben closed 6 years ago
Hi, @RamonGebben! Sorry for the delay.
@DiegoTUI is looking into a few issues due to lack of updates. Maybe this is related?
Hi @RamonGebben I found the reason for this issue here, although I didn't work out a solution yet, maybe you can help. PackageQuality looks into NPM's registry for the requested package before evaluating its quality. Non-scoped packages are straightforward to get via http://registry.npmjs.org/package-name, but scoped packages seem to work a bit different. The problem is, I haven't found a way to query the npm registry for a scoped package. Do you happen to know how to this?
Hi again!!
I think I found a way!! Apparently you need to escape the /
char, but not the @
. Like this: https://registry.npmjs.com/@storybook%2freact/
There is an issue open in the npm registry about this: https://github.com/npm/registry/issues/34 I'll fix it ASAP!!
Awesome, Hopefully this will be deployed quickly!
I think it is solved now. Please check
When I search for any package that is scoped under an org or username I get
404
's.For instance:
@storybook/react