Skip to content

Commit 8a417b0

Browse files
Adding -- because the line after it get ignored currently
``` npm create cloudflare@latest -- . --template=cloudflare/templates/vite-react-template npm warn Unknown cli config "--template". This will stop working in the next major version of npm. ```
1 parent 3d32791 commit 8a417b0

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/frameworks/framework-guides

1 file changed

+1
-1
lines changed

src/content/docs/workers/frameworks/framework-guides/hono.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ With Workers Assets, you can easily combine a Hono API running on Workers with a
4242
<PackageManagers
4343
type="create"
4444
pkg="cloudflare@latest"
45-
args="my-hono-app --template=cloudflare/templates/vite-react-template"
45+
args="my-hono-app -- --template=cloudflare/templates/vite-react-template"
4646
/>
4747
<Details header="How is this project set up?">
4848
Below is a simplified file tree of the project.

0 commit comments

Comments
 (0)