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
If you have an existing repo and you try to create a new project inside it, creating the project dirties the working tree such that subsequent add-ons will fail the preconditions check. Repro (make sure you select an add-on like prettier):
mkdir my-workspace
cd my-workspace
git init
npx sv create apps/my-app
The text was updated successfully, but these errors were encountered:
If you have an existing repo and you try to create a new project inside it, creating the project dirties the working tree such that subsequent add-ons will fail the preconditions check. Repro (make sure you select an add-on like
prettier
):mkdir my-workspace cd my-workspace git init npx sv create apps/my-app
The text was updated successfully, but these errors were encountered: