From b3735f6faeb8bf73c72650bdb22e9612d007106b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Mon, 18 Jul 2022 16:10:58 +0200 Subject: [PATCH] docs(tutorials): update Node requirement (#3787) --- docs/tutorials/blog.md | 5 +++-- docs/tutorials/jokes.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/blog.md b/docs/tutorials/blog.md index 7223280715d..73a4f5c037b 100644 --- a/docs/tutorials/blog.md +++ b/docs/tutorials/blog.md @@ -19,9 +19,9 @@ Click this button to create a [Gitpod][gitpod] workspace with the project set up If you want to follow this tutorial locally on your own computer, it is important for you to have these things installed: -- [Node.js][node-js] version (^12.22.0, ^14.17.0, or >=16.0.0) +- [Node.js][node-js] version (^14.17.0, or >=16.0.0) - [npm][npm] 7 or greater -- A code editor +- A code editor ([VSCode][vs-code] is a nice one) ## Creating the project @@ -1161,6 +1161,7 @@ We hope you love Remix! 💿 👋 [gitpod-ready-to-code]: https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod [node-js]: https://nodejs.org [npm]: https://www.npmjs.com +[vs-code]: https://code.visualstudio.com [the-stacks-docs]: /pages/stacks [the-indie-stack]: https://github.com/remix-run/indie-stack [fly-io]: https://fly.io diff --git a/docs/tutorials/jokes.md b/docs/tutorials/jokes.md index b60eccea730..1e05d3538b8 100644 --- a/docs/tutorials/jokes.md +++ b/docs/tutorials/jokes.md @@ -57,7 +57,7 @@ You'll find links to the sections of the tutorial in the navbar (top of the page You can follow along with this tutorial on [CodeSandbox][code-sandbox] (a fantastic in-browser editor) or locally on your own computer. If you use the CodeSandbox approach then all you need is a good internet connection and a modern browser. If you run things locally then you're going to need some things installed: -- [Node.js][node-js] version (^12.22.0, ^14.17.0, or >=16.0.0) +- [Node.js][node-js] version (^14.17.0, or >=16.0.0) - [npm][npm] 7 or greater - A code editor ([VSCode][vs-code] is a nice one)