From 7152220b9071aa74aa5daa056e2eccb3a5bd1cc7 Mon Sep 17 00:00:00 2001 From: nixa <4dmitr@gmail.com> Date: Mon, 11 Jul 2016 17:20:30 +0300 Subject: [PATCH] docs(installation): note on post install script --- docs/contents/articles/002-installation-guidelines/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/contents/articles/002-installation-guidelines/index.md b/docs/contents/articles/002-installation-guidelines/index.md index 47266cb5..efbfdb84 100644 --- a/docs/contents/articles/002-installation-guidelines/index.md +++ b/docs/contents/articles/002-installation-guidelines/index.md @@ -57,6 +57,10 @@ npm install ``` This will setup a working copy of ng2-admin on your local machine. +**Note**: If you have any issues after the installation please run the following command: +```bash +typings install && bower install +``` ## Running local copy To run a local copy in development mode, execute: