Skip to content

Commit 904680a

Browse files
authored
Update README.md
1 parent 29be780 commit 904680a

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,22 @@ This course repository is updated to Angular v8 and NgRx 8:
1010

1111
# Installation pre-requisites
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:
14-
15-
*Its important to install the latest version of Node*
13+
For taking the course we recommend installing Node 12. These are some tutorials to install node in different operating systems:
1614

1715
- [Install Node and NPM on Windows](https://www.youtube.com/watch?v=8ODS6RM6x7g)
1816
- [Install Node and NPM on Linux](https://www.youtube.com/watch?v=yUdHk-Dk_BY)
1917
- [Install Node and NPM on Mac](https://www.youtube.com/watch?v=Imj8PgG3bZU)
2018

19+
To easily switch between node versions on your machine, we recommend using a node virtual environment tool such as [nave](https://www.npmjs.com/package/nave) or [nvm-windows](https://github.com/coreybutler/nvm-windows), depending on your operating system.
20+
21+
For example, here is how you switch to a new node version using nave:
22+
23+
# note that you don't even need to update your node version before installing nave
24+
npm install -g nave
25+
26+
nave use 12.3.1
27+
node -v
28+
v12.3.1
2129

2230
# Installing the Angular CLI
2331

0 commit comments

Comments
 (0)