Azure Artifacts has a size limit of 500 MB per npm package file. If your package exceeds this, consider the following:
Optimize Your Package
Reduce the size by removing unnecessary files or splitting it into smaller packages.
Use Universal Packages
For large binary files, Azure supports Universal Packages up to 4 TB.
Set Retention Policies
Automatically delete older package versions to manage storage.
In essence, review your npm package to fit Azure's size limits, and consider using Azure's features like Universal Packages and retention policies to manage large files and storage efficiently.