You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Packages with scoped names (e.g.
@scope/pkg
) need to have the slash URL-encoded (e.g.@scope%2Fpkg
), for any package name given tols()
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
).The text was updated successfully, but these errors were encountered: