Closed stoddabr closed 1 year ago
Hi @stoddabr ! Thank you for letting us know, but this is not an issue with the documentation site. The Stackblitz link is currently working in most browsers from our recent community tests, but we had recently had reports that the starter template is not working for some users in the Edge browser.
So I'm closing this because it is not a docs issue: docs is displaying the correct link. If you are still having trouble with Stackblitz, please file a GitHub issue on the withastro/astro
repo so they treat it as a core bug, and/or please do share in our Discord because we very recently confirmed that people were not having issues when using Chrome!
π Issue Description
The stackblitz template on the home page fails to load initially. This is important to fix because this template is a major call-to-action on from the docs homepage.
π On which page(s) it occurs
The stackblitz template linked to on the home page
π€ Expected Behavior
It should run as expected when first loaded
π Current Behavior
Npm install is failing so the page doesn't load:
π₯οΈ Browser
Chrome
π Additional Information
Running
npm update
before the autonpm install && npm run dev
commands fixed the issue