Content of /tricks/ section is open-source.
You're welcome to:
Content of /tricks/ section is open-source.
You're welcome to:
@1-alpha workaround When trying to use @1-alpha jsDelivr gives an error:
Couldn't find the requested release version 1-alpha.
Solution: Use @^1.0.0-alpha instead. This semantic version range will match any 1.x.x version including alpha releases, effectively targeting the latest @1 alpha version.
Purge the cache of a @latest, @alpha or similar tags to force your users to get the new updated version. Otherwise they might wait up to 7 days:
Or manually replace:
https://cdn.jsdelivr.net/...
↓
https://purge.jsdelivr.net/...
and hit the resulted link in the browser / curl.
© 2025–2026