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.
--unstable-node-conditions
1 parent fe362f4 commit 719a0fdCopy full SHA for 719a0fd
runtime/fundamentals/node.md
@@ -409,10 +409,10 @@ are as follows:
409
410
This means that the first condition listed in a package export whose key equals
411
any of these strings will be matched. You can expand this list using the
412
-`--unstable-node-conditions` CLI flag:
+`--conditions` CLI flag:
413
414
```shell
415
-deno run --unstable-node-conditions development,react-server main.ts
+deno run --conditions development,react-server main.ts
416
```
417
418
```json
0 commit comments