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
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,16 @@ This repository contains the code of the [Stripe Payments In Practice Course](ht
8
8
9
9
# Installation pre-requisites
10
10
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.
12
12
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).
14
14
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)
0 commit comments