From 4df6f118e937b16a4b07a4add1739701d190f38e Mon Sep 17 00:00:00 2001 From: Roman Gusev Date: Sat, 29 Apr 2023 18:06:29 +0600 Subject: [PATCH] Add docs for yarn node --- lang/en/docs/cli/node.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lang/en/docs/cli/node.md diff --git a/lang/en/docs/cli/node.md b/lang/en/docs/cli/node.md new file mode 100644 index 000000000..8a8650983 --- /dev/null +++ b/lang/en/docs/cli/node.md @@ -0,0 +1,17 @@ +--- +id: docs_cli_node +guide: docs_cli +layout: guide +--- + +{% include vars.html %} + +

Runs Node with the same version that the one used by Yarn itself.

+ +##### `yarn exec` + +This command runs Node with the same version that the one used by Yarn itself, and by default from the project root. + +```sh +$ yarn node +```