🔥

仕事で使うための Cloudflare Workers 入門 Day 2 - Durable Objects

に公開1

Discussion

gawagawa

良記事ありがとうございます!勉強になりました。

細かな点で恐縮ですが、

$ npx create cloudflare@latest
こちら実行すると

❌ You just ran npx create, which installs and run this npm package named 'create'.
You likely want npm create, the built-in npm command to install and run a package with a name like 'create-*'.
See: https://docs.npmjs.com/cli/commands/npm-init

こちらのエラーが出てしまいました.
他の記事と同様に$ npm create cloudflare@latest$ npx create-cloudflare@latestを使うと実行できました.