skypackjs / skypack-cdn

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

Build error - alpinejs version missing #369

Open peteryorke123 opened 3 months ago

peteryorke123 commented 3 months ago

It looks like the cache is broken

https://cdn.skypack.dev/error/build:alpinejs@v3.13.10-JItcaTytg2PSCnzbp9iB

Error message

/*

console.warn("[Package Error] \"alpinejs@v3.13.10\" could not be built. \n[1/5] Verifying package is valid…\n[2/5] Installing dependencies from npm…\nNo matching version found for alpinejs@3.13.10."); throw new Error("[Package Error] \"alpinejs@v3.13.10\" could not be built. "); export default null;

NPM Package https://www.npmjs.com/package/alpinejs

conatus commented 2 months ago

Thanks for working on Skypack!

We are also experiencing this issue.

If you look at npm, it seems there is both "latest" which is 3.13.10 and 3.13.10 proper, which has recently been seemingly re-published, despite being earlier published.

Perhaps this is the issue?

conatus commented 2 months ago

https://cdn.skypack.dev/alpinejs@3.13.9 seems functional, so potentially a solve to to move to an earlier version.

conatus commented 2 months ago

In contrast, https://cdn.skypack.dev/alpinejs@latest displays the above error.