In commit d462775, @latest was added to the create subcommands for each package manager. This works with npm, but doesn't work for yarn, and instead causes the following error:
/bin/sh: line 1: /home/user/.yarn/bin/create-vite@latest: No such file or directory
error Command failed.
In commit d462775,
@latestwas added to the create subcommands for each package manager. This works with npm, but doesn't work for yarn, and instead causes the following error: