mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(changelog): update migration instructions to put uninstall warning above installation step (#8667)
This commit is contained in:
committed by
Brandy Carney
parent
b16228b372
commit
2cdbc83577
@@ -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:
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user