From dbfe8722705a82d6d3617ed57f4bfab4cad4be82 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 30 Nov 2016 10:41:30 -0800 Subject: [PATCH] chore(README): don't install harp globally (#2914) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e1559ef26..55b64f7b07 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This site relies heavily on node and npm. 1. Make sure you are using at least node v.5+ and latest npm; if not install [nvm](https://github.com/creationix/nvm) to get node going on your machine. -1. Install these npm packages *globally*: `npm install -g harp gulp` +1. Install npm `gulp` package *globally*: `npm install -g gulp` 1. Clone this repo, the [angular/angular source code repo](https://github.com/angular/angular), and the [dart-lang/angular2 source code repo](https://github.com/dart-lang/angular2) to the same parent directory. The three cloned repo directories must be siblings, with the latter two repo directories named **angular** and **angular-dart**, respectively.