Skip to content

Commit ce1683b

Browse files
committed
Upgrade to Angular 4
1 parent 1048fca commit ce1683b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,15 @@ Then change directory to the folder 01-getting-started-with-angular2, where you
7272
On the command line run the following:
7373

7474
npm install
75+
76+
If you prefer the Yarn package manager, you can also run:
77+
78+
yarn
79+
80+
Although nom install would also work, its recommended to use Yarn to install the course dependencies. Yarn has the big advantage that if you use it you will be
81+
installing the exact same dependencies than I installed in my machine, so you wont run into issues caused by semantic versioning updates.
7582

76-
This should take a couple of minutes. If there are issues, please post the complete error message in the Questions section of the course, i'm there to help. If you have node 6 this should go smoothly.
83+
This should take a couple of minutes. If there are issues, please post the complete error message in the Questions section of the course.
7784

7885
# Starting the development server
7986

0 commit comments

Comments
 (0)