From 2cdbc835772fef62d55cc33a43a312f16199aba6 Mon Sep 17 00:00:00 2001 From: Brett Morrison Date: Thu, 13 Oct 2016 08:05:10 -0700 Subject: [PATCH] docs(changelog): update migration instructions to put uninstall warning above installation step (#8667) --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ffd80d6d98..18e344c4649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -322,12 +322,12 @@ Note: For details on NgModules you can read the Angular docs on them [here](http 2. Install the latest Ionic CLI: + **Important:** if you have installed the `beta` cli you should run `npm uninstall -g ionic` first. You need version `2.1.0` for this release. Check your `cli` version by running `ionic -v` in the command line. + ``` npm install -g ionic ``` - **Important:** if you have installed the `beta` cli you should run `npm uninstall -g ionic` first. You need version `2.1.0` for this release. Check your `cli` version by running `ionic -v` in the command line. - 3. Create a new Ionic 2 RC0 app: ```