Skip to content

Commit 6f31d5c

Browse files
committed
remove deno from create-rescript-app for now
1 parent 4816d2c commit 6f31d5c

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

pages/docs/manual/v12.0.0/installation.mdx

+2-9
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The fastest and easiest way to spin up a new ReScript project is with the [creat
2323

2424
You can start it with any of the aforementioned package managers or `npx`.
2525

26-
<CodeTab labels={["npm", "npx", "yarn", "pnpm", "bun", "deno"]}>
26+
<CodeTab labels={["npm", "npx", "yarn", "pnpm", "bun"]}>
2727

2828
```sh example
2929
npm create rescript-app@latest
@@ -40,9 +40,6 @@ pnpm create rescript-app
4040
```sh
4141
bun create rescript-app
4242
```
43-
```sh
44-
deno run -A npm:create-rescript-app@latest
45-
```
4643
</CodeTab>
4744

4845
- Follow the steps of the setup.
@@ -68,7 +65,7 @@ If you already have a JavaScript project into which you'd like to add ReScript y
6865
### Quick Setup
6966

7067
In the root directory of your project, execute:
71-
<CodeTab labels={["npm", "npx", "yarn", "pnpm", "bun", "deno"]}>
68+
<CodeTab labels={["npm", "npx", "yarn", "pnpm", "bun"]}>
7269

7370
```sh
7471
npm create rescript-app@latest
@@ -85,10 +82,6 @@ pnpm create rescript-app
8582
```sh
8683
bun create rescript-app
8784
```
88-
```sh
89-
// you will need deno configured to have a package.json file and node_modules folder
90-
deno run -A npm:create-rescript-app@latest
91-
```
9285
</CodeTab>
9386

9487
`create-rescript-app` will tell you that a `package.json` file has been detected and ask you if it should install ReScript into your project. Just follow the steps accordingly.

0 commit comments

Comments
 (0)