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 +```