Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Support scoped packages #24

Closed
nexdrew opened this issue Jun 10, 2016 · 0 comments
Closed

Support scoped packages #24

nexdrew opened this issue Jun 10, 2016 · 0 comments

Comments

@nexdrew
Copy link
Contributor

nexdrew commented Jun 10, 2016

Packages with scoped names (e.g. @scope/pkg) need to have the slash URL-encoded (e.g. @scope%2Fpkg), for any package name given to ls() or any dependencies encountered. Otherwise, the Couch registry returns 404.

This currently blocks the ability to manually add a scoped package to the whitelist in npm Enterprise (called via package-whitelist).

npme add-package @kadira/storybook
analyzing dependencies for @kadira/storybook:
Cannot convert undefined or null to object
[]
[?] add dependencies to /etc/npme/data/whitelist? (Y/n)
could not load @kadira/storybook@* status = 404
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant