Closed hans-d closed 3 years ago
This should be fixed by https://github.com/snowpackjs/astro/pull/1692, but feel free to reopen if you're still seeing this with the most recent @next--compiler
release!
` "astro": "^0.0.0-compiler-2021928195510"
issue still there
On Fri, Oct 29, 2021 at 5:42 AM Nate Moore @.***> wrote:
This should be fixed by #1692 https://github.com/snowpackjs/astro/pull/1692, but feel free to reopen if you're still seeing this with the most recent @next--compiler release!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/snowpackjs/astro/issues/1682#issuecomment-954405139, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAALI6PTHGQ2RDX6IQQM463UJIJYVANCNFSM5G3GDPNA .
@natemoo-re as I cannot re-open, would you be so kind?
Interesting... Try a fresh install of the renderers as well, just to be sure? These deps should be automatically bumped by our release script but I suspect that's where this problem is.
npm i @astrojs/renderer-{react,preact,vue,svelte}@0.0.0-compiler-202192719637
That manual interventions seems to resolve it now indeed.
NB: bumping to the latest next--compiler (202192918241) results now in a Not Found - GET https://registry.npmjs.org/astro/-/astro-0.0.0-compiler-202192918241.tgz - Not found
seems resolved as well with astro@next...
What package manager are you using?
npm
What operating system are you using?
linux docker
Describe the Bug
fresh barebone/manual install of astro@next--compiler, with basic page results in errors
Steps to Reproduce
npm init --yes
npm install astro@next--compiler --save
astro dev
Link to Minimal Reproducible Example (Optional)
No response