Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assets are too large to publish to npm #561

Open
tay1orjones opened this issue Jan 26, 2024 · 0 comments
Open

Assets are too large to publish to npm #561

tay1orjones opened this issue Jan 26, 2024 · 0 comments

Comments

@tay1orjones
Copy link
Member

Plex TC is ready to be released. We attempted to release it, but found that running the npm ClI's npm-publish fails. Apparently after packing, the CLI base64 encodes the pack into a string for sending over the wire. Node has a 512mb string buffer and when you get to a large enough package size, it fails to serialize the pack into the string.

TL;DR - With the addition of Plex TC the release assets are too large to publish to npm inside a single package.

The solution here is to publish per-family packages, #452

Doing this will also solve #453

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant