Fix yarn c3 commands #19464
Labels
content:edit
Request for content edits
documentation
Documentation edits
product:workers
Related to Workers product
Existing documentation URL(s)
Example doc: https://developers.cloudflare.com/workers/frameworks/
What changes are you suggesting?
The existing
yarn
C3 examples are broken because of the@latest
flag. Trying to run the command produces the following errorThe
@latest
is superfluous becauseyarn create
downloads the latest version of the create script by default: https://classic.yarnpkg.com/lang/en/docs/cli/create/The fix is to remove all of the
@latest
fromyarn create
commandsAdditional information
No response
The text was updated successfully, but these errors were encountered: