You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Pre-requisities and troubleshooting section (angular#509)
* Update Pre-requisities and troubleshooting section
Updated troubleshooting section to notify the "require" error, while invoking ng serve and
modified pre-requisites section to update the order in which angular-cli version is checked.
* Update Pre-requisities and troubleshooting section
Updated the document as per David's comments.
Before you start installing AngularFire2, make sure you have correct version of angular-cli installed.
10
+
To verify run the command `ng -v` and ensure you see `angular-cli: 1.x.x-beta.x-webpack.x`.
19
11
20
-
Verify you have the correct version installed by running `ng -v` and ensuring that you see `angular-cli: 1.x.x-beta.x-webpack.x`. If not, you may need to do the following:
12
+
If not, you may need to do the following:
21
13
22
14
```bash
23
15
# if you have the wrong cli version only
@@ -27,6 +19,16 @@ npm uninstall -g angular-cli
27
19
npm install -g angular-cli@webpack
28
20
```
29
21
22
+
You need the Angular CLI, typings, and TypeScript 2.0. TypeScript 2.0 is required for AngularFire2.
0 commit comments