Skip to content

Commit

Permalink
docs(tutorials): update Node requirement (#3787)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Jul 18, 2022
1 parent 109da88 commit b3735f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/tutorials/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/jokes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit b3735f6

Please sign in to comment.