diff --git a/docs/contents/articles/002-installation-guidelines/index.md b/docs/contents/articles/002-installation-guidelines/index.md index a8bec08c..d3931dc0 100644 --- a/docs/contents/articles/002-installation-guidelines/index.md +++ b/docs/contents/articles/002-installation-guidelines/index.md @@ -29,14 +29,9 @@ npm install --global webpack npm install --global webpack-dev-server ``` -* typings -```bash -npm install --global typings -``` - * typescript ```bash -npm install --global typescript +npm install --global typescript@beta ``` * bower @@ -59,7 +54,7 @@ This will setup a working copy of ng2-admin on your local machine. **Note**: If you have any issues after the installation, additionally run the following: ```bash -typings install && bower install +bower install ``` ## Running local copy