From fadedc305753b653cbd12d81851fc631f2cdf839 Mon Sep 17 00:00:00 2001 From: Liz Parody Date: Wed, 5 Feb 2020 16:10:28 -0500 Subject: [PATCH] Update examples Updated the examples to use a more recent version of Node.js --- src/documentation/0028-npx/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/documentation/0028-npx/index.md b/src/documentation/0028-npx/index.md index 5f9b4536bd..fe8f0972a5 100644 --- a/src/documentation/0028-npx/index.md +++ b/src/documentation/0028-npx/index.md @@ -68,8 +68,8 @@ Once downloaded, the downloaded code will be wiped. Use the `@` to specify the version, and combine that with the [`node` npm package](https://www.npmjs.com/package/node): ```bash -npx node@6 -v #v6.14.3 -npx node@8 -v #v8.11.3 +npx node@10 -v #v10.18.1 +npx node@12 -v #v12.14.1 ``` This helps to avoid tools like `nvm` or the other Node.js version management tools.