parent
b7a6e1fef7
commit
31b96e99ff
|
@ -26,7 +26,7 @@ you already have projects running on your machine that use other versions of Nod
|
|||
|
||||
## _package.json_
|
||||
|
||||
Both `node` and `yarn` install packages are identified in a [**package.json**](https://docs.npmjs.com/files/package.json) file.
|
||||
Both `npm` and `yarn` install packages that are identified in a [**package.json**](https://docs.npmjs.com/files/package.json) file.
|
||||
|
||||
The CLI `ng new` command creates a default `package.json` file for your project.
|
||||
This `package.json` specifies _a starter set of packages_ that work well together and
|
||||
|
|
|
@ -32,7 +32,7 @@ if they are not already on your machine.
|
|||
|
||||
|
||||
|
||||
**Verify that you are running at least Node.js version `8.x`or greater and npm version `5.x` or greater**
|
||||
**Verify that you are running at least Node.js version `8.x` or greater and npm version `5.x` or greater**
|
||||
by running `node -v` and `npm -v` in a terminal/console window.
|
||||
Older versions produce errors, but newer versions are fine.
|
||||
|
||||
|
|
|
@ -301,7 +301,7 @@ If you're new to Angular, we recommend you follow the [tutorial](tutorial "Tour
|
|||
|
||||
|
||||
|
||||
## Appendix: NodeJS and NPM
|
||||
## Appendix: Node.js and npm
|
||||
|
||||
|
||||
[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.
|
||||
|
|
Loading…
Reference in New Issue