Skip to content

Conversation

@florian-lefebvre
Copy link
Member

@florian-lefebvre florian-lefebvre commented Oct 13, 2025

@florian-lefebvre florian-lefebvre self-assigned this Oct 13, 2025
@changeset-bot
Copy link

changeset-bot bot commented Oct 13, 2025

🦋 Changeset detected

Latest commit: 62ffea8

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR


if (!ctx.cwd || !isEmpty(ctx.cwd)) {
if (!isEmpty(ctx.cwd)) {
if (ctx.cwd && !isEmpty(ctx.cwd)) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the actual fix

@github-actions github-actions bot added the pkg: create-astro Related to the `create-astro` package (scope) label Oct 13, 2025
@florian-lefebvre florian-lefebvre merged commit 3597371 into main Oct 13, 2025
20 checks passed
@florian-lefebvre florian-lefebvre deleted the fix/create-astro-deprecation-warning branch October 13, 2025 17:26
@astrobot-houston astrobot-houston mentioned this pull request Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg: create-astro Related to the `create-astro` package (scope)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DeprecationWarning when running npm create astro@latest with node v24.5.0

3 participants