Skypack turbo down
See original GitHub issueJust heard a report from one of our customers, it sounds like this may have happened as early as Thursday. Didn’t spot it earlier as we use it for a kind of external customer portal section of our app.
We were just using the unversioned link from the Turbo handbook docs: https://cdn.skypack.dev/@hotwired/turbo
Cheers,
Oli
/*
* [Package Error] "@hotwired/turbo@v7.2.0" 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] \"@hotwired/turbo@v7.2.0\" could not be built. ");
throw new Error("[Package Error] \"@hotwired/turbo@v7.2.0\" could not be built. ");
export default null;
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
npm:@hotwired/turbo - Skypack
Turbo Frames decompose pages into independent contexts, which scope navigation and can be lazily loaded. Turbo Streams deliver page changes over ...
Read more >Triggering Turbo Frame with JS - Hotwire Discussion
While playing around with Turbo (so cool) I was trying to build a simple way to filter a list while typing. The way...
Read more >swyx on Twitter: "Webpack 5 may be an unintentional "own ...
Let's all hunker down and watch 17 great Svelte talks. ... removed a major reason to stick to it instead of Rollup/Esbuild +...
Read more >Build hotwire applications using Go - Amit Mittal - Blog
Create a base template base.temp.html which import turbo. ... import * as hotwiredTurbo from 'https://cdn.skypack.dev/@hotwired/turbo';
Read more >Everything You Need to Know About JavaScript Import Maps
import dayjs from "https://cdn.skypack.dev/dayjs@1.10.7"; // ES modules console.log(dayjs("2019-01-25").format("YYYY-MM-DDTHH:mm:ssZ[Z]"));.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @marcoroth , Seems to be working again now, but have since moved to using Jsdelivr.
Great work on the Outlets API for Stimulus by the way!
Thank you @oliwoodsuk!
Can we close this issue?