From 4e3bcb98a527df6f13840fca764787381a9066f0 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 10 Aug 2016 14:08:42 -0400 Subject: [PATCH] chore: update steps to upgrade to install exact versions and work on windows --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23cd9aa824..0cfbc98b13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -151,7 +151,7 @@ $text-input-wp-show-invalid-highlight: $text-input-wp-show-focus-highlight !defa 1. Run the following command in a terminal to update the npm dependencies: ``` - npm install --save ionic-angular @angular/{common,compiler,core,http,platform-browser,platform-browser-dynamic}@2.0.0-rc.4 @angular/forms rxjs@5.0.0-beta.6 zone.js@0.6.12 + npm install --save --save-exact ionic-angular @angular/common@2.0.0-rc.4 @angular/compiler@2.0.0-rc.4 @angular/core@2.0.0-rc.4 @angular/http@2.0.0-rc.4 @angular/platform-browser@2.0.0-rc.4 @angular/platform-browser-dynamic@2.0.0-rc.4 @angular/forms rxjs@5.0.0-beta.6 zone.js@0.6.12 ``` 2. Update all Overlay components to be presented by their controller instead of `NavController`. For example, to update the popover component, the following code: