skypackjs / skypack-cdn

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

Package three cannot build. #277

Open swoorpious opened 2 years ago

swoorpious commented 2 years ago

This is the error skypack returns:

/*
 * [Package Error] "three@v0.138.3" 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] \"three@v0.138.3\" could not be built. ");
throw new Error("[Package Error] \"three@v0.138.3\" could not be built. ");
export default null;

I would request you to fix this bug as soon as possible. Thank you!

swoorpious commented 2 years ago

The version which works right now is 0.136. So, anyone who wants three.js working asap, you can use https://cdn.skypack.dev/three@0.136 for the time being.