You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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:
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!
The text was updated successfully, but these errors were encountered: