You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 :
Expected Behavior
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 argsfor pnpm and yarn it is correct.
The text was updated successfully, but these errors were encountered: