Astro DB crash ELIFECYCLE Command failed with exit code 3221225477. · Issue #13707 · withastro/astro · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Astro v5.7.6
Node v20.19.1
System Windows (x64)
Package Manager pnpm
Output static
Adapter none
Integrations @astrojs/react
astro-expressive-code
@astrojs/mdx
astro:db
@astrojs/db/file-url
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
When running my Astro project using pnpm run dev with a local Astro DB instance installed, I encounter the following error:
ELIFECYCLE Command failed with exit code 3221225477.
The database is currently empty — no tables or data have been added yet.
When I run the project without generating a database, everything works normally.
The error only happens when Astro DB is installed and active.
I have already tried the following steps, but the issue still occurs:
Cleaned the pnpm cache (pnpm store prune)
Reinstalled the project from scratch
Restarted my PC
Despite these steps, the error persists.
Hello @Ztrohub. Please provide a minimal reproduction using a GitHub repository or StackBlitz. Issues marked with needs repro will be closed if they have no activity within 3 days.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
When running my Astro project using pnpm run dev with a local Astro DB instance installed, I encounter the following error:
ELIFECYCLE Command failed with exit code 3221225477.
The database is currently empty — no tables or data have been added yet.
When I run the project without generating a database, everything works normally.
The error only happens when Astro DB is installed and active.
I have already tried the following steps, but the issue still occurs:
Despite these steps, the error persists.
What's the expected result?
The project should start and run normally
Link to Minimal Reproducible Example
https://github.com/Ztrohub/astrodb-crash
Participation
The text was updated successfully, but these errors were encountered: