From cc337773161fc6b3da3dd9bd482b829331266bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Corr=C3=AAa=20Gomes?= Date: Mon, 9 Dec 2024 10:24:55 -0500 Subject: [PATCH] Update min requirements - NodeJS 14 to 18 LTS (#243) Co-authored-by: arpit khare <84493875+glo42707@users.noreply.github.com> --- src/pages/tutorials/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/tutorials/index.md b/src/pages/tutorials/index.md index 2655b050..352c7fb0 100644 --- a/src/pages/tutorials/index.md +++ b/src/pages/tutorials/index.md @@ -5,14 +5,14 @@ Before you can start developing with PWA Studio, make sure you meet the requirem ## Minimum requirements - A basic knowledge of [React][] -- Node >= 14 +- Node >= 18 - Yarn (recommended) or NPM ## Check Node and Yarn versions Verify your development environment has the minimum prerequisite versions of Node and Yarn installed: -- [NodeJS >=14 LTS](https://nodejs.org/en/) +- [NodeJS >=18 LTS](https://nodejs.org/en/) - [Yarn >=1.12.0](https://yarnpkg.com) Yarn v2 is currently not supported as its hoisting method is fundamentally different than v1. @@ -34,7 +34,7 @@ node -v #### Output ```bash -v14.0.0 +v18.16.0 ``` ### Yarn