From 1f6fa8ace45fd4a40b0c3ca475f18c402ef2830e Mon Sep 17 00:00:00 2001 From: greentore <117551249+greentore@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:38:45 +0100 Subject: [PATCH] Update `--unstable-node-conditions` flag to stable name --- runtime/fundamentals/node.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/fundamentals/node.md b/runtime/fundamentals/node.md index 27f1ad901..856c060ca 100644 --- a/runtime/fundamentals/node.md +++ b/runtime/fundamentals/node.md @@ -409,10 +409,10 @@ are as follows: This means that the first condition listed in a package export whose key equals any of these strings will be matched. You can expand this list using the -`--unstable-node-conditions` CLI flag: +`--conditions` CLI flag: ```shell -deno run --unstable-node-conditions development,react-server main.ts +deno run --conditions development,react-server main.ts ``` ```json