parent
31b96e99ff
commit
a522bb9f03
|
@ -305,8 +305,8 @@ If you're new to Angular, we recommend you follow the [tutorial](tutorial "Tour
|
|||
|
||||
|
||||
[Node.js](https://nodejs.org/en/) and the [npm](https://www.npmjs.com/) package manager are essential to modern web development with Angular and other platforms.
|
||||
NodeJS powers client development and build tools.
|
||||
The _npm_ package manager, which is itself a _NodeJS_ application, installs JavaScript libraries.
|
||||
Node.js powers client development and build tools.
|
||||
The _npm_ package manager, which is itself a _Node.js_ application, installs JavaScript libraries.
|
||||
|
||||
<a href="https://docs.npmjs.com/getting-started/installing-node" target="_blank" title="Installing Node.js and updating npm">
|
||||
Get them now</a> if they're not already installed on your machine.
|
||||
|
|
|
@ -53,7 +53,7 @@ if they are not already on your machine.
|
|||
|
||||
|
||||
|
||||
**Verify that you are running NodeJS version `8.x` or greater, and npm `5.x` or greater**
|
||||
**Verify that you are running Node.js version `8.x` or greater, and npm `5.x` or greater**
|
||||
by running `node -v` and `npm -v` in a terminal window.
|
||||
Older versions produce errors.
|
||||
|
||||
|
|
Loading…
Reference in New Issue