framework icon indicating copy to clipboard operation
framework copied to clipboard

If a slug is already taken, show a better error, and prompt for a new slug

Open mbostock opened this issue 2 years ago • 1 comments

We don’t handle slug conflicts gracefully on deploy:

◇  What slug do you want to use?
│  hello-framework
Could not create project: Unexpected response status 409
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Can we do async validation of slugs? I think we can.

Related #482.

mbostock avatar Feb 07 '24 19:02 mbostock

Duplicate of #909 (albeit with a different recommandation).

Fil avatar May 22 '24 15:05 Fil