workers-rs icon indicating copy to clipboard operation
workers-rs copied to clipboard

[BUG] Getting Started references old Wrangler, doesn't work as expected

Open kirks386 opened this issue 2 years ago • 2 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

What version of workers-rs are you using?

Newest

What version of wrangler are you using?

3.5.1

Describe the bug

Our "Getting Started" Information references an old version of Wrangler, and doesn't appear to work with either 2.x or the latest version. When I follow the steps in our guide, I end up with a default Javascript project being created. I don't get the expected src/lib.rs starting point.

Steps To Reproduce

  1. Run steps from Getting Started guide:
npm init cloudflare project_name worker-rust
cd project_name
  1. Follow prompt from wrangler / create-cloudflare
  2. Look inside the src/ folder that is created'
  3. Observe that you see worker.js and no rust-specific template

kirks386 avatar Aug 22 '23 21:08 kirks386

Looks like this the same issue as https://github.com/cloudflare/workers-rs/issues/370

buchgr avatar Aug 24 '23 15:08 buchgr

I'm having the same problem

girordo avatar Aug 26 '23 12:08 girordo