Skip to content

Commit edff321

Browse files
committed
Angular 11 attempt 2
1 parent 4cbde06 commit edff321

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ This repository contains the code of the [Stripe Payments In Practice Course](ht
88

99
# Installation pre-requisites
1010

11-
IMPORTANT: Please use NPM 5 or above, to make sure the package-lock.json is used.
11+
IMPORTANT: Please make sure to use **Node 12** (LTS - Long Term Support) for this course.
1212

13-
For running this project we need and npm installed on our machine. These are some tutorials to install node in different operating systems:
13+
You can switch between node versions without having to overwrite your global installation by using a tool like [nave](https://www.npmjs.com/package/nave).
1414

15-
*Its important to install the latest version of Node*
16-
17-
- [Install Node and NPM on Windows](https://www.youtube.com/watch?v=8ODS6RM6x7g)
18-
- [Install Node and NPM on Linux](https://www.youtube.com/watch?v=yUdHk-Dk_BY)
19-
- [Install Node and NPM on Mac](https://www.youtube.com/watch?v=Imj8PgG3bZU)
15+
npm install -g nave
16+
17+
nave use 12.3.1
18+
19+
node -v
20+
12.3.1
2021

2122

2223
# Installing the Angular CLI

0 commit comments

Comments
 (0)