Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base npm run dev is broken #8891

Closed
1 task
Christopher-Law opened this issue Oct 23, 2023 · 2 comments
Closed
1 task

Base npm run dev is broken #8891

Christopher-Law opened this issue Oct 23, 2023 · 2 comments
Labels
needs triage Issue needs to be triaged

Comments

@Christopher-Law
Copy link

Astro Info

Astro                    v3.3.2
Node                     v20.6.0
System                   macOS (arm64)
Package Manager          npm
Output                   static
Adapter                  none
Integrations             none

If this issue only occurs in one browser, which browser is a problem?

Terminal

Describe the Bug

After installing a fresh Astro project and attempting npm run dev

Object.defineProperty(exports, "File", {
       ^

TypeError: Cannot redefine property: File
    at Function.defineProperty (<anonymous>)

What's the expected result?

The dev server to spin up and function.

Link to Minimal Reproducible Example

.

Participation

  • I am willing to submit a pull request for this issue.
@github-actions github-actions bot added the needs triage Issue needs to be triaged label Oct 23, 2023
@Princesseuh
Copy link
Member

The Node version you're using had a regression that broke many packages. Upgrading (or downgrading) should fix it.

@Princesseuh Princesseuh closed this as not planned Won't fix, can't repro, duplicate, stale Oct 23, 2023
@Christopher-Law
Copy link
Author

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants