question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Skypack turbo down

See original GitHub issue

Just 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:closed
  • Created a year ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
oliwoodsukcommented, Nov 21, 2022

Hey @oliwoodsuk, were you able to resolve this? The latest version on skypack seems to be working fine again!

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!

0reactions
marcorothcommented, Nov 22, 2022

Thank you @oliwoodsuk!

Can we close this issue?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found