From 040c8b9de73ee724aca5172fd6feed261099468e Mon Sep 17 00:00:00 2001 From: David Francis Date: Mon, 6 Jun 2016 07:48:28 -0400 Subject: [PATCH] Add bower to global npm packages --- docs/contents/articles/002-installation-guidelines/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/contents/articles/002-installation-guidelines/index.md b/docs/contents/articles/002-installation-guidelines/index.md index 8ff28978..47266cb5 100644 --- a/docs/contents/articles/002-installation-guidelines/index.md +++ b/docs/contents/articles/002-installation-guidelines/index.md @@ -39,6 +39,11 @@ npm install --global typings npm install --global typescript ``` +* bower +``` +npm install --global bower +``` + ## Clone repository and install dependencies You will need to clone the source code of ng2-admin GitHub repository: