Skip to content

Commit

Permalink
docs(changelog): move uninstall note for second instr to match PR #8667
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Oct 13, 2016
1 parent 2cdbc83 commit ea56378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit ea56378

Please sign in to comment.