From ea5637854409d36c2d1ef16db427069b85bdddba Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 13 Oct 2016 11:06:49 -0400 Subject: [PATCH] docs(changelog): move uninstall note for second instr to match PR #8667 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18e344c464..9973395d93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -394,12 +394,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. Update `package.json` dependencies and devDependencies to match the [ionic2-app-base package.json](https://github.com/driftyco/ionic2-app-base/blob/master/package.json#L15-L24), and then run `npm install` in your project folder. 4. Copy the `npm scripts` from the [ionic2-app-base package.json](https://github.com/driftyco/ionic2-app-base/blob/master/package.json#L6-L14) to your `package.json`.