From e8610fcd042e917f7adba158bc7dcbbc8c4e88c9 Mon Sep 17 00:00:00 2001 From: Phojie Rengel Date: Fri, 8 Dec 2023 14:39:50 +0800 Subject: [PATCH] docs: update yarn `-o` option to `--open` using `yarn dev -o` does not work, instead it triggers the `optionalDep option` --- docs/1.getting-started/2.installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.getting-started/2.installation.md b/docs/1.getting-started/2.installation.md index d7622ab720d2..fc01f2a6bf79 100644 --- a/docs/1.getting-started/2.installation.md +++ b/docs/1.getting-started/2.installation.md @@ -103,7 +103,7 @@ Now you'll be able to start your Nuxt app in development mode: ::code-group ```bash [yarn] -yarn dev -o +yarn dev --open ``` ```bash [npm]