catalog icon indicating copy to clipboard operation
catalog copied to clipboard

Ensure that adding packages from scoped registries is handled in the "add" scripting

Open Westbrook opened this issue 6 years ago • 0 comments

When attempting to add @spectrum-web-components/[email protected] via https://catalog.open-wc.org/add.html the following error message is returned:

{"errorMessage":"Could not index file","errorType":"Error","stackTrace":["a (/var/task/check-package-with-version.js:1:44023)","<anonymous>","process._tickDomainCallback (internal/process/next_tick.js:228:7)"]}

This is likely due to not handling the scoped registry appropriately.

Westbrook avatar Nov 27 '19 16:11 Westbrook