mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #14] [MERGED] fix: don't tell users to run vinext init when already inside vinext init #243
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#243
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/14
Author: @southpolesteve
Created: 2/24/2026
Status: ✅ Merged
Merged: 2/24/2026
Merged by: @southpolesteve
Base:
main← Head:fix/check-init-messaging📝 Commits (1)
e435b05fix: don't tell users to run vinext init when already inside vinext init📊 Changes
2 files changed (+15 additions, -13 deletions)
View changed files
📝
packages/vinext/src/check.ts(+14 -12)📝
packages/vinext/src/init.ts(+1 -1)📄 Description
Summary
When
vinext initruns the compatibility check, the output says:Missing "type": "module" — run vinext init to add it automaticallyRecommended next steps: Run vinext init to set up your projectThis is confusing because the user is already running
vinext init.Fix:
Reported by Brandon Strittmatter during testing.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.