Update docs

This commit is contained in:
Rafael Oleza 2020-06-19 18:33:18 +02:00
parent 8a0df71ec6
commit 51c65880dc
No known key found for this signature in database
GPG key ID: 559647D09ED485D1
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ $ node -v
If you see an error about being unable to find `node`, that probably means you don't have any Node tools installed. You can download Node from the [Node.js website](https://nodejs.org/), install the package, and restart your shell.
If you see the output `v10.x.y` or later, you're good to go.
If you see the output `v12.x.y` or later, you're good to go.
### I need to use different versions of Node.js in different projects!

View file

@ -19,7 +19,7 @@ $ node -v
If you see an error about being unable to find `node`, that probably means you don't have any Node tools installed.
You can download Node from the [Node.js website](https://nodejs.org/), install the package, and restart your shell.
If you see the output `v10.x.y` or later, you're good to go.
If you see the output `v12.x.y` or later, you're good to go.
**Node.js installation notes:**
- make sure you allow the Node.js installer to add `node` to the `PATH`.