skypackjs / skypack-cdn

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

three js could not be built. #275

Open Guto-tw14 opened 2 years ago

Guto-tw14 commented 2 years ago
uild:three@v0.138.3-AjFpWNGqnNYuBLQ4vjXM:12 [Package Error] "three@v0.138.3" could not be built. 
(anonymous) @ build:three@v0.138.3-AjFpWNGqnNYuBLQ4vjXM:12
build:three@v0.138.3-AjFpWNGqnNYuBLQ4vjXM:13 Uncaught Error: [Package Error] "three@v0.138.3" could not be built. 
    at build:three@v0.138.3-AjFpWNGqnNYuBLQ4vjXM:13:7
MrBushid0 commented 2 years ago

getting the same thing as well

/*

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;

mangl-auf commented 2 years ago

Same one


/*
 * [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;```