skypackjs / skypack-cdn

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

[Package Error] "@kxfm/visco@v1.4.22" could not be built. #345

Open borango opened 1 year ago

borango commented 1 year ago

I am the package author and I guess this is a problem with skypack (great service otherwise!).

https://cdn.skypack.dev/@kxfm/visco@1.4.22 redirects to https://cdn.skypack.dev/error/build:@kxfm/visco@v1.4.22-PdL9GdSW7nglnDGPas2I and reports:

/*
 * [Package Error] "@kxfm/visco@v1.4.22" could not be built. 
 *
 * No build output found.
 *
 * 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] \"@kxfm/visco@v1.4.22\" could not be built. ");
throw new Error("[Package Error] \"@kxfm/visco@v1.4.22\" could not be built. ");
export default null;

Before that build error, I had Cloudflare timeout errors.

Same problem with version 1.4.21, released about 20 minutes earlier.

1.4.20 is working fine on skypack. Between 1.4.20 and 1.4.22 no changes in the module / export structure.

A more detailed error message would be useful.