Skip to content

Commit 0bc1714

Browse files
authored
Update README.md
1 parent 88288b6 commit 0bc1714

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

Diff for: README.md

+2-11
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,14 @@
33

44
This repository contains the code of the [Angular Core Deep Dive](https://angular-university.io/course/angular-course).
55

6-
This course repository is updated to Angular v10, and there is a package-lock.json file available, for avoiding semantic versioning installation issues.
6+
This course repository is updated to Angular v11:
77

88
![Angular Core Deep Dive](https://s3-us-west-1.amazonaws.com/angular-university/course-images/angular-core-in-depth-small.png)
99

1010

1111
# Installation pre-requisites
1212

13-
IMPORTANT: Please use the latest Node and especially NPM, to make sure the package-lock.json is used.
14-
15-
For running this project we need and npm installed on our machine. These are some tutorials to install node in different operating systems:
16-
17-
*Its important to install the latest version of Node*
18-
19-
- [Install Node and NPM on Windows](https://www.youtube.com/watch?v=8ODS6RM6x7g)
20-
- [Install Node and NPM on Linux](https://www.youtube.com/watch?v=yUdHk-Dk_BY)
21-
- [Install Node and NPM on Mac](https://www.youtube.com/watch?v=Imj8PgG3bZU)
22-
13+
IMPORTANT: Please use Node 14 (Long Term Support version).
2314

2415
# Installing the Angular CLI
2516

0 commit comments

Comments
 (0)