Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(tutorials): update Node requirement #3787

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
machour marked this conversation as resolved.
Show resolved Hide resolved

## 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