🔥仕事で使うための Cloudflare Workers 入門 Day 2 - Durable Objects2025/04/21に公開1件TypeScriptCloudflaretechDiscussiongawa2025/04/22良記事ありがとうございます!勉強になりました。 細かな点で恐縮ですが、 $ 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を使うと実行できました. 返信を追加
gawa2025/04/22良記事ありがとうございます!勉強になりました。 細かな点で恐縮ですが、 $ 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を使うと実行できました. 返信を追加
Discussion
良記事ありがとうございます!勉強になりました。
細かな点で恐縮ですが、
$ npx create cloudflare@latestこちら実行すると
こちらのエラーが出てしまいました.
他の記事と同様に
$ npm create cloudflare@latestか$ npx create-cloudflare@latestを使うと実行できました.