parent
a30c57090a
commit
ee7cb48877
@ -26,7 +26,7 @@ you already have projects running on your machine that use other versions of Nod
|
|||||||
|
|
||||||
## _package.json_
|
## _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.
|
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
|
This `package.json` specifies _a starter set of packages_ that work well together and
|
||||||
|
@ -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.
|
[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…
x
Reference in New Issue
Block a user