webcomponents / webcomponents/webcomponents.org
"Registry metadata is too big" error when npm package size is below 1MB
- Dominant language
- TypeScript
- Stars
- 385
- Forks
- 80
- PR merge metrics
- No merged PRs in 30d
Description
Hi, upon attempting to publish an element in the [publish](https://www.webcomponents.org/publish) webpage, I used to get the following error:
```
Unable to process element
{"message": "Registry metadata is too big", "code": 16}
```
At the time, this was valid as my published npm package size was above 1MB. However, upon lowering the latest published package size below 1MB, the above error is still coming up.
Is this a caching problem (I reduced the size of my npm package over 12 hours ago) or is there somewhere else that I need to do some optimization for my package to be published?
This is what I use to publish the event:
[Link to npm package.](https://www.npmjs.com/package/active-table)
Package statistics when this issue was raised:
Contributor guide
Assessment
This issue has not been assessed yet.