Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remix Guide NPM command typo #20190

Open
Lanzelot711 opened this issue Feb 22, 2025 · 0 comments
Open

Remix Guide NPM command typo #20190

Lanzelot711 opened this issue Feb 22, 2025 · 0 comments
Assignees
Labels
DevRel Tasks that need support from developer relations. product:workers Related to Workers product

Comments

@Lanzelot711
Copy link

Lanzelot711 commented Feb 22, 2025

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 [email protected] 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.

@Lanzelot711 Lanzelot711 added the engineering Problems or updates to developers.cloudflare.com website label Feb 22, 2025
@haleycode haleycode assigned ToriLindsay and unassigned KianNH Feb 24, 2025
@haleycode haleycode added product:workers Related to Workers product DevRel Tasks that need support from developer relations. and removed engineering Problems or updates to developers.cloudflare.com website labels Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevRel Tasks that need support from developer relations. product:workers Related to Workers product
Projects
None yet
Development

No branches or pull requests

4 participants