skypackjs / skypack-cdn

An issue tracker for the CDN
107 stars 5 forks source link

Build error for mime package #368

Open jcubic opened 8 months ago

jcubic commented 8 months ago

The URL https://cdn.skypack.dev/mime redirects to

https://cdn.skypack.dev/error/build:mime@v4.0.1-549xWwoctIcUNMcoxBmP

With error:

/*
 * [Package Error] "mime@v4.0.1" could not be built. 
 *
 *   [1/5] Verifying package is valid…
 *   [2/5] Installing dependencies from npm…
 *   No matching version found for mime@4.0.1.
 *
 * 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] \"mime@v4.0.1\" could not be built. \n[1/5] Verifying package is valid…\n[2/5] Installing dependencies from npm…\nNo matching version found for mime@4.0.1.");
throw new Error("[Package Error] \"mime@v4.0.1\" could not be built. ");
export default null;