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

The package '[email protected]' is missing on Skypack but available on other CDNs #381

Open
dmtrshat opened this issue Feb 5, 2025 · 0 comments

Comments

@dmtrshat
Copy link

dmtrshat commented Feb 5, 2025

Hi,

I noticed that [email protected] is not available on Skypack, while it is accessible on other CDNs:

UNPKG
jsDelivr

When trying to load it from Skypack, I get this error:

/*
 * [Package Error] "[email protected]" could not be built. 
 *
 *   [1/5] Verifying package is valid…
 *   [2/5] Installing dependencies from npm…
 *   No matching version found for [email protected].
 *
 * How to fix:
 *   - If you believe this to be an error in Skypack, file an issue here: https://github.com/skypackjs/skypack-cdn/issues
 *   - If you believe this to be an issue in the package, share this URL with the package authors to help them debug & fix.
 *   - Use https://skypack.dev/ to find a web-friendly alternative to find another package.
 */

console.warn("[Package Error] \"[email protected]\" could not be built. \n[1/5] Verifying package is valid…\n[2/5] Installing dependencies from npm…\nNo matching version found for [email protected].");
throw new Error("[Package Error] \"[email protected]\" could not be built. ");
export default null;

Is there a reason why this version hasn’t been processed yet? Also, how does Skypack handle package updates, and is there a way to check when a new version will become available?

Thanks!

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