-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
DevRelTasks that need support from developer relations.Tasks that need support from developer relations.more-information-neededproduct:workersRelated to Workers productRelated to Workers product
Description
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
DevRelTasks that need support from developer relations.Tasks that need support from developer relations.more-information-neededproduct:workersRelated to Workers productRelated to Workers product