Skip to content

Remix Guide NPM command typo #20190

@Lanzelot711

Description

@Lanzelot711

Example URL(s)

Remix Guide:
https://developers.cloudflare.com/workers/frameworks/framework-guides/remix/

Actual Behavior

NPM command is wrong and ignores template remix args

ends up in question :

╭ Create an application with Cloudflare Step 1 of 3
│
├ In which directory do you want to create your application?
│ dir ./my-remix-app2
│
╰ What would you like to start with?
  ● Hello World example
  ○ Framework Starter
  ○ Application Starter
  ○ Template from a GitHub repo
  ◁ Go back

Expected Behavior

Create an application with Cloudflare Step 1 of 3
│
├ In which directory do you want to create your application?
│ dir ./my-remix-app2
│
├ What would you like to start with?
│ category Framework Starter
│
├ Which development framework do you want to use?
│ framework Remix
│
├ Continue with Remix via `bunx create-remix@2.15.3 my-remix-app2 --template https://github.com/remix-run/remix/tree/main/templates/cloudflare-workers`Install Remix template

Additional information

In the remix guide the following command is shown for npm:

npm create cloudflare@latest my-remix-app -- --framework=remix --experimental

as you can see there is an additional -- which causes an install without the remix framework args

for pnpm and yarn it is correct.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions