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

Brand new install with 5.14 produces many errors, develop terminates with errors #39236

Open
2 tasks done
kylegoetz opened this issue Feb 26, 2025 · 0 comments
Open
2 tasks done
Labels
status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer type: bug An issue or pull request relating to a bug in Gatsby

Comments

@kylegoetz
Copy link
Contributor

Preliminary Checks

Description

Can't even run develop on a brand new project immediately after gatsby new

Reproduction Link

https://github.com/gatsbyjs/gatsby

Steps to Reproduce

  1. Fresh install of Gatsby 5.14
  2. gatsby new (right away we get ERROR: UNKNOWN and then a punycode deprecation warning
  3. Gatsby continues despite the error, so select TypeScript, no CMS, Tailwind CSS, responsive images
  4. installation from there gives no errors, great!
  5. cd into path and gatsby develop

errors galore

Image Image

and terminates with not finished source and transform nodes - 0.058s

Expected Result

I expect that gatsby develop doesn't error out immediately after gatsby new && cd ...

Actual Result

See screenshots.

Environment

System:
    OS: macOS 15.0.1
    CPU: (8) arm64 Apple M1 Pro
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 23.1.0 - /opt/homebrew/bin/node
    Yarn: 1.22.17 - /opt/homebrew/bin/yarn
    npm: 10.9.0 - /opt/homebrew/bin/npm
  Browsers:
    Chrome: 133.0.6943.141
    Safari: 18.0.1
  npmPackages:
    gatsby: ^5.14.1 => 5.14.1
    gatsby-plugin-image: ^3.14.0 => 3.14.0
    gatsby-plugin-postcss: ^6.14.0 => 6.14.0
    gatsby-plugin-sharp: ^5.14.0 => 5.14.0
    gatsby-source-filesystem: ^5.14.0 => 5.14.0
    gatsby-transformer-sharp: ^5.14.0 => 5.14.0
  npmGlobalPackages:
    gatsby-cli: 5.14.0

Config Flags

No

@kylegoetz kylegoetz added the type: bug An issue or pull request relating to a bug in Gatsby label Feb 26, 2025
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer type: bug An issue or pull request relating to a bug in Gatsby
Projects
None yet
Development

No branches or pull requests

1 participant