We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18fc5c commit e5cfcf4Copy full SHA for e5cfcf4
README.md
@@ -13,10 +13,18 @@ This is a proof of concept module to enable access to the Cloudflare runtime bin
13
First, install `nitro-cloudflare-bindings` and `wrangler` packages as a dev dependency
14
15
```sh
16
-npx nypm i -D wrangler nitro-cloudflare-bindings
17
-```
+# npm
+npm i -D wrangler@beta nitro-cloudflare-bindings
18
+
19
+# pnpm
20
+pnpm i -D wrangler@beta nitro-cloudflare-bindings
21
-(universal script uses [unjs/nypm](https://github.com/unjs/nypm) to automatically detect your package manager)
22
+# yarn
23
+yarn add -D wrangler@beta nitro-cloudflare-bindings
24
25
+# bun
26
+bun i -D wrangler@beta nitro-cloudflare-bindings
27
+```
28
29
Then configure the module
30
0 commit comments