You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-11
Original file line number
Diff line number
Diff line change
@@ -3,23 +3,14 @@
3
3
4
4
This repository contains the code of the [Angular Core Deep Dive](https://angular-university.io/course/angular-course).
5
5
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:
7
7
8
8

9
9
10
10
11
11
# Installation pre-requisites
12
12
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).
0 commit comments